4 ms·
hey untothebreach! Yeah export actually sounds much more fitting and the correct wording. localStorage is certainly something I am going to be looking into to
by codez 13y ago
hey untothebreach!
Yeah export actually sounds much more fitting and the correct wording.
localStorage is certainly something I am going to be looking into to add to this. Another poster had suggested the available save APIs from say google drive, what do you think of that approach?
Thanks again for the feedback!
- untothebreach 13y agoI like the idea of Google drive...it would also help solve the problem of Accounts if a user could sync their data through their GDrive or Dropbox or something... Anyway, I have forked the repo. Can't work on it now (at work) but I will try to play around with it this week and might be sending you a pull request or two.
- codez 13y agoYeah I do like the idea, to me it is better than having some database for it or the likes. Going to compile an issue list of what's come up in the feedback and start looking into making those changes. Thanks again for your feedback!
- smarx 13y agoYou might consider Dropbox, since the Datastore API seems perfect for the persistence (and live syncing) of data. Try the sample task-list app in a couple tabs: https://dl.dropboxusercontent.com/u/182037406/js-datastore-api-task-example/index.html https://dl.dropboxusercontent.com/u/182037406/js-datastore-a...
- codez 13y agohey smarx! Thanks for the input, it's much appreciated. This area of improvement for tyto is something that I'm really itching to get working. Will definitely check out the link. Thanks again for this!