I really do need to get started on a personal wiki. I might give this a try.
It would be nice if I can get the files into git that I can save to a private github repo (I'm fine paying the one time payment to support them but $8/month seems too much for a simple sync feature)
> It would be nice if I can get the files into git that I can save to a private github repo
It's just a directory of markdown files. Nothing preventing that directory from being a Git repo. Lots of people use it that way (or with Syncthing, Dropbox, or whatever).
Since it's just markdown files, using a fit repo to sync it is trivial. There's even an obsidian plugin to automatically commit/push in regular intervals (i.e. every 30 minutes).
I've been playing with this app for a few minutes, and it does appear to save everything in plain text files, so adding it to git would be straightforward.
I'm currently saving into a dropbox folder, which gives me automatic syncing.
It would be nice if I can get the files into git that I can save to a private github repo (I'm fine paying the one time payment to support them but $8/month seems too much for a simple sync feature)