Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better integration with local filesystem for web REPL #1221

Open
jack-arms opened this issue Nov 23, 2024 · 0 comments
Open

Better integration with local filesystem for web REPL #1221

jack-arms opened this issue Nov 23, 2024 · 0 comments

Comments

@jack-arms
Copy link

It's nice to have files automatically saved under "patterns -> user", but I generally prefer to keep files locally so that I can manage them with Git for example. There are import/export options, so that you can import a local file, but export only exports all files in a single JSON file, so when working with a single file I think copy/pasting back and forth is still the best option.

With the File System Access API (see demo: https://mburakerman.github.io/file-system-access-api-demo/) I think it should be possible to import a local file, edit it as you would for any other Strudel code, and then have a save button that uses the API to write back to the local file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant