Dear Talk TiddlyWiki,
I am a fairly new user of TiddlyWiki. So far, I’m going through the excellent Grok TiddlyWiki text book, and have set up an instance of the also excellent TiddlyPWA by @valpackett to tinker on Glitch.
Before diving deeper into TiddlyWiki, I’d like to understand the current big picture of ways to read/write the same TiddlyWiki across all my devices.
Ideally the set up should be:
- able to sync changes from different devices;
- less brittle/more reliable with fewer moving parts that might break down;
- able to handle the addition and removal of lots of plugins, themes, etc. without breaking.
Here are the solutions I’ve found so far:
- Sync the TiddlyWiki HTML file via a service like Nextcloud or some other WebDAV service (but this doesn’t automatically handle sync conflicts)
- TiddlyPWA by @valpackett which I’m trying now
- The TiddlyWiki Datasette plugin
- PouchDB using NoteSelf
- The official Node.js method or Ruby method, and put it on a server instance like Glitch
- Bob
- TiddlyHost
- (I want to avoid the Google-based options)
My questions are:
- Are there any options known to be especially problematic (i.e. unmaintained or high risk of data loss/corruption) that I should avoid???
- Any other notable methods other than those listed above?
Thank you in advance!
P.S. I use Mozilla Firefox in case that matters.