You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: