kreator.js icon indicating copy to clipboard operation
kreator.js copied to clipboard

Store kreator.js presentations as a json documents.

Open famthegeek opened this issue 10 years ago • 2 comments

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

famthegeek avatar Feb 17 '14 06:02 famthegeek

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.

piatra avatar Feb 17 '14 07:02 piatra

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

famthegeek avatar Feb 17 '14 12:02 famthegeek