Closed gogins closed 2 years ago
This might be better: https://stackoverflow.com/questions/24263682/save-restore-local-storage-to-a-local-file.
Browsers only permit downloading to the Downloads directory. Therefore, this feature is not achievable at this time.
Therefore, either the composition must also be saved in the Downloads directory, or the dat.gui dialog must be used to manually copy the configuration, or NW.js must be used.
But I am checking to see if any experimental features provide a way to make this work. I didn't see anything.
This is both a bug and an enhancement because local storage works on any given single computer, but not for a piece that is worked on on different computers.
See https://stackoverflow.com/questions/21479107/saving-html5-textarea-contents-to-file.