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

Store kreator.js presentations as a json documents. #18

Open
famthegeek opened this issue Feb 17, 2014 · 2 comments
Open

Store kreator.js presentations as a json documents. #18

famthegeek opened this issue Feb 17, 2014 · 2 comments

Comments

@famthegeek
Copy link

It would be nice if we implented a way to store and load kreator.js presentations as json documents, as It would be easier to just load a presentation into kreator and present it, instead of having a separate reveal.js installation for each presentation

@piatra
Copy link
Owner

piatra commented Feb 17, 2014

It would be a nice feature.
How would you see them stored? Some sort of local storage for the client or a 3rd party website? I can see advantages and disadvantages for both.

Using localStorage

Good

  • easy to implement
  • good support

Bad

  • it wouldn't solve the problem if you switch between computers

Using 3rd party solution

Good

  • easy to implement
  • would work between computers

Bad

  • would require an account for the user (i.e. Dropbox)

Storing it server side

Good

  • would work between computers

Bad

  • would require an account still
  • not that easy to implement, would require a database for storage etc.

I would be inclined to go with a 3rd party solution.

@famthegeek
Copy link
Author

I'm thinking localstorage or export/import from the users file system say like power point or libre office impress

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

No branches or pull requests

2 participants