WardCunningham / Smallest-Federated-Wiki

This wiki innovates by: 1. federated sharing, 2. drag refactoring and 3. data visualization.
http://wardcunningham.github.com/
GNU General Public License v2.0
1.21k stars 188 forks source link

Recover localStorage backup via Browser console #420

Open almereyda opened 9 years ago

almereyda commented 9 years ago

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.

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.