Replies: 4 comments
-
Save button should alle the user to chose a Name in the localstore, while autosave does not. You could trigger it when you update the undo. And you could also save the undo stack. |
Beta Was this translation helpful? Give feedback.
-
At this time a random name is assigned to each content by "index.html" and then the "editor.html" is launched referencing the generated "name" (you see the key as #hashdata in the url). Given localstorage is not for "Long term" then we could simply save every action (like google docs). And you are right, we could even save the undo/redo stack (as we already made it serializable). |
Beta Was this translation helpful? Give feedback.
-
There are actually two reasons to save in localstore:
I have written a music app (http://zupfnoter.weichel21.de) where I followed exactly this approach. It has saved me many times. I also have a save to dopbox there, but I did not remove the localstore. |
Beta Was this translation helpful? Give feedback.
-
Wow, the music app is really cool! I also thought that, given we have a backend for the image uploads, we should probably "save" by simply uploading the model+metadata json to the same area where images are uploaded. |
Beta Was this translation helpful? Give feedback.
-
We bundle localstorage saving by default: maybe it should be simply automatic and not triggered by "Save" button.
Beta Was this translation helpful? Give feedback.
All reactions