Hey,
I'm new to TiddlyWiki and as stated on the website there are several methods to save and edit a TiddlyWiki. This is a bit overwhelming at the beginning :)
It seems that the choice depends on the individual use case, so I thought I will share my use case and it would be awesome if someone could give me a recommendation:
* Multiple devices: Linux, Android and maybe Windows
* Synchronisation across devices
* Backup and History
* I am a geek, so terminal and server stuff should not be a big problem
* Only personal Wiki and no public or collaboration wiki
* Stable solution
For me it seems that the 3 best options are:
* Node.js: Running a Node.js Server in the background on Linux and on Android (Termux) and doing the backup and synchronisation with a cloud provider (e.g. Nextcloud)
* TiddlyServer: same as with Node.js?
* Git Service Saver: I'm familiar with git and could imagine buying/running a Gitlab or Gitea Server, but I'm not sure how practical and stable it is compared to the other options?
Thanks