SqueakJS
SqueakJS copied to clipboard
Add file backup to server (e.g. Dropbox)
E.g. using https://github.com/dropbox/dropbox-js
The web browser wipes out our "persistent" files if the disk space goes low. Also, if we had a way to "log in" our files could be shared across different browsers/devices.
Implementation-wise, files should be uploaded in the background. File download should happen on-demand, perhaps using the existing "templates" code. That would mean directory information would have to be fetched on startup.