-
Notifications
You must be signed in to change notification settings - Fork 44
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
Tortoise should allow the saving and loading of files through local storage #193
Comments
Here's a nice looking API wrapper for localStorage that could make this easier/more fun: https://github.com/dkraczkowski/collection.js |
I'm reconsidering the value of this proposal. It made sense to me at the time it was submitted, but I feel that, now that we can export Opinions? |
I gathered some opinions in-person. People seem feel similarly to me on this matter, so I'm going to close this as "invalid". If someone makes a strong argument for why we should support this, I can be convinced to reopen the ticket. |
agree |
It's pretty fundamental for Tortoise authoring to allow people to save and load their models. As a basic (and relatively easy) step towards achieving that, let's use HTML's local storage to get something in place.
See #189 for related discussion.
The text was updated successfully, but these errors were encountered: