Skip to content
This repository was archived by the owner on Feb 14, 2018. It is now read-only.

Recover localStorage backup via Browser console #420

Open
almereyda opened this issue Jun 11, 2014 · 0 comments
Open

Recover localStorage backup via Browser console #420

almereyda opened this issue Jun 11, 2014 · 0 comments

Comments

@almereyda
Copy link
Contributor

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.

wiki localstorage backup


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.

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

No branches or pull requests

1 participant