jvilk / BrowserFS

BrowserFS is an in-browser filesystem that emulates the Node JS filesystem API and supports storing and retrieving files from various backends.
Other
3.06k stars 216 forks source link

XML backend: Store Filesystem inside the DOM for a quine #331

Open ilse-langnar opened 1 year ago

ilse-langnar commented 1 year ago

Imagine if we have something similar LocalStorage but instead of storing it on Local Storage we would store the filesystem inside the DOM. This would make it possible for a "quine", that is, a program that produces itself as output.

This way we would be able to save the .html file with ctrl+s since the filesystem is inside the DOM and not in the browser(the .html file has t he filesystem).

I can do a Pull Request but is this project still going on? Is there an active fork of it?

james-pre commented 1 year ago

@ilse-langnar This sounds cool! If you do a PR I think it would be greatly appreciated.

james-pre commented 8 months ago

Please use https://github.com/zen-fs/core/issues/23