-
Notifications
You must be signed in to change notification settings - Fork 222
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
XML backend: Store Filesystem inside the DOM for a quine #331
Labels
Comments
james-pre
changed the title
Feature Request: Store Filesystem inside the DOM for a quine
Store Filesystem inside the DOM for a quine
Mar 9, 2023
@ilse-langnar This sounds cool! If you do a PR I think it would be greatly appreciated. |
james-pre
changed the title
Store Filesystem inside the DOM for a quine
XML backend: Store Filesystem inside the DOM for a quine
Sep 3, 2023
Please use https://github.com/zen-fs/core/issues/23 |
Repository owner
locked and limited conversation to collaborators
Oct 25, 2023
Repository owner
unlocked this conversation
May 17, 2024
Just FYI this issue is NOT resolved within BrowserFS (only in ZenFS). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: