Use filesystem API to write directly into the users filesystem #46
Labels
good first issue
low-priority
Things which would be nice to do but don't really effect the user
sheep
Pull requests which effect code or building of vue components
Downloading the file each time is a good backup but is messy and anoying for the users.
The filesystem API can be used to write directly into the users file system
https://developer.mozilla.org/en-US/docs/Web/API/FileSystem
This is better than local-in-browser storage because it means the backup will be persistant even if the user clears their browser data.
We can use this to ask for filesystem permisions from the user and then we can write directly into their file system and take backups of their code that way.
#43 probally still wants to be done by downloading a zip/
The text was updated successfully, but these errors were encountered: