If we had nested wiki available, it could be nice to paste things like wiki.localStorage.jsonvia drag and drop into Nested Wiki container. Maybe this "format"/serialization of a browsers localStorage (JSON.stringify(localStorage);).
I'm just mentionning it, because I have a wiki.localStorage.json Backup that is currently unaccessible, also it doesn't seem to be easy to load it back in.
Right now I'm recovering the data via the Browser console. As I don't know how to inject custom JS in a foreign site.
Recreate the Keys
run : localStorage.key = : which seems important to run my stringification through eval()
With that I found that localStorage. doesn't like Keys that carry a hyphen within their name. Does wiki create Standard uncompliant entries?
But nevertheless, imagining navigating federated, nested wikis sounds wicked; I'm eagerly waiting for new UIs leveraging a little more of the potentials.
If we had nested wiki available, it could be nice to paste things like
wiki.localStorage.json
via drag and drop into Nested Wiki container. Maybe this "format"/serialization of a browsers localStorage (JSON.stringify(localStorage);
).I'm just mentionning it, because I have a
wiki.localStorage.json
Backup that is currently unaccessible, also it doesn't seem to be easy to load it back in.Right now I'm recovering the data via the Browser console. As I don't know how to inject custom JS in a foreign site.
With that I found that
localStorage.
doesn't like Keys that carry a hyphen within their name. Doeswiki
create Standard uncompliant entries?But nevertheless, imagining navigating federated, nested wikis sounds wicked; I'm eagerly waiting for new UIs leveraging a little more of the potentials.