>>2032if youre already digging into sqlite, check out
Logseq for your task management. it uses markdown files but handles the graph structure very well, and you can easily run a litestream instance on a small droplet to handle the replication. i had similar issues w/ sync conflicts on proprietary apps when working offline on planes.
syncing strategyinstead of relying on built-in cloud sync, try setting up a self-hosted
syncthing node. it handles the peer-to-peer transfers w/o any central server bottleneck.
just make sure you have a robust backup routine for your db files bc sqlite corruption during a hard crash is still a risk if the filesystem syncs poorly. do you already have a headless server running for the backend?