Open
Description
- A way to even open cached mathdown when you're offline.
Look into app manifest / chrome extension / firefox OS app? - Cache last seen content of every document in localStorage.
Bonus if having any mathdown open does background updating on all known docs. - Be able to edit offline and sync on reconnect.
-
index.html?doc=...
prevents caching of index.html for new documents.
history.pushState()
might help, assuming you have one tab open.