I assume that, for example, on macOS the flat files could be synced by storing them on ~/Documents so they would be available on both my Macs? What about mobile support?
For fun, I just read through some of the source code. Typescript is a nice looking language.
Yes you can do that, or deploy it to a VM somewhere and access it from both places (including mobile, works fine on mobile browsers). That way you don’t need to sync. That’s how I use it myself. Self hosted VM at home and Tailscale to access from the outside.
Comments
I assume that, for example, on macOS the flat files could be synced by storing them on ~/Documents so they would be available on both my Macs? What about mobile support?
For fun, I just read through some of the source code. Typescript is a nice looking language.
Yes you can do that, or deploy it to a VM somewhere and access it from both places (including mobile, works fine on mobile browsers). That way you don’t need to sync. That’s how I use it myself. Self hosted VM at home and Tailscale to access from the outside.