I just want to make an important point I think is often overlooked.
- Until a save occurs the local storage plugin ONLY stores changed tiddlers in local storage.
- As a result you can load a large wiki in the browser and with local storage active only those that match a configurable filter get stored in local storage.
- As soon as a save takes place and or the user exports their changes and turns off the Local storage the space is reclaimed.
- This means you would have to work very hard and operate off line, or import bulk content, before you will challenge available local storage.
I have always believed it would be possible to make TiddlyWiki robustly detachable/disconnected from where it is loaded and using local storage, IndexDB or PouchDB can remain safe in a device until reconnected.
- Since most people have some form of internet connection daily we should be able to safely run tiddlywiki on any device with a browser and no appâs needed.
I also want to point out many of us use many single file tiddlywikis from file: addresses thanks to Timimi. TiddlyWikiâs can be as common as word documents for some of us.
- Autosave is practical and almost unlimited.