-
Notifications
You must be signed in to change notification settings - Fork 159
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
File System Access API #247
Comments
I didn't personally have plans but it's something I'd love to get included, and should be reasonably easy to do. Currently we also have the 'Projects' plugin that works when the IDE is used as a Chrome app, and it'd be great to be able to modify that (or just duplicate functionality) such that modules could be pulled from a local folder too. |
Some decent steps towards this are now in 3970caa |
I'd be happy to port the existing |
That would be great, thanks! I've recently pushed some big changes to https://github.com/espruino/EspruinoWebIDE/blob/master/js/core/file.js to allow multiple files, but also to use |
Hi there!
I'm just wondering if there are plans to use Chrome's new File System Access API (https://web.dev/file-system-access/) to handle opening and saving of source files in the Web IDE?
The text was updated successfully, but these errors were encountered: