juanpabloaj / platon

Slideshow from markdown
http://platonio.herokuapp.com/
40 stars 10 forks source link

Offline Support #4

Open cganterh opened 9 years ago

cganterh commented 9 years ago

Today I recommended platon.io to a friend and he asked an interesting question: what happens when you want to do a presentation and you have no internet connection?

One solution is to export your presentation to PDF as in #3. But I think a much nicer solution is to use the HTML5 App Cache and JavaScript Local Storage. The idea would be to cache the whole app and to store your markdown presentations using the local storage.

Here you can find more information about this technologies:

What do you think?

juanpabloaj commented 9 years ago

@cganterh yes , I is a good idea.

I had previously thought in local storage to save a list of slideshow created by the user .

In platon.io , I use Angularjs, and angularjs have local storage support .

juanpabloaj commented 9 years ago

https://github.com/gsklee/ngStorage