Skip to content

Use filesystem API to write directly into the users filesystem #46

@shardros

Description

@shardros

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issuelow-priorityThings which would be nice to do but don't really effect the usersheepPull requests which effect code or building of vue components

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions