this post was submitted on 20 Jun 2023
26 points (100.0% liked)
ObsidianMD
4138 readers
17 users here now
Unofficial Lemmy community for https://obsidian.md
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
i use obsidian-git plugin on desktop, and on mobile i have a Cron job set up through termux to commit my local changes and fetch any remote changes every 30 min
it works well except for the fact that git objects get corrupt from time to time, so i have another script to re-init the project and fix the corruption :(
there is now obsidian-git as a plugin for mobile as well, but it doesn't support submodules, so I'm stuck with this glued-together solution