Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

self-containable presentations & navigation #39

Closed
eyerouge opened this issue Jun 30, 2012 · 6 comments
Closed

self-containable presentations & navigation #39

eyerouge opened this issue Jun 30, 2012 · 6 comments
Milestone

Comments

@eyerouge
Copy link

Let's play with the thought that I give plenty of lectures and will have around 100 different presentations, and also give them o places where there is no internet at times (all of which happens to be true):

  1. Will there be an easy way to organize presentations into groups/dirs and/or with tags?
  2. Where is the data for a presentation saved, and can it be saved in such a way that all images for it are in the same dir?
@tantaman
Copy link
Owner

I'm actually working on a version that can run as a native desktop application and save presentations to your local filesystem. I think that will end up solving both those issues for you.

@jancborchardt
Copy link
Contributor

🚀

For the general case of giving one presentation or editing your 3 favorite ones when there is no wifi, localStorage should suffice though (except for images probably …).

@tantaman
Copy link
Owner

tantaman commented Jul 1, 2012

With the updates made for #37 this should be pretty achievable with just localStorage. We should have a way to browse the local filesystem for resources instead of having to enter their URL, however.

@ahmadabdolkader has already added image importing via a file browser to his fork.

@jancborchardt
Copy link
Contributor

Actually regarding the local filesystem thing – wouldn’t that be something for the HTML5 filesystem API? We don’t need a desktop app for that.

@tantaman
Copy link
Owner

tantaman commented Jul 1, 2012

Interesting. I never knew there was a filesystem API in HTML5.

@jancborchardt
Copy link
Contributor

I never experimented with it myself but this is an article I meant to read several times: http://www.html5rocks.com/en/tutorials/file/filesystem/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants