Private Obsidian Sync with GitHub for my Linux and Android

Obsidian is a great note-taking app that I use for my personal notes. I have been using it for a while now and I have a lot of notes that I want to keep private. I also want to sync my notes across my Linux and Android devices. First I initialized a git repository in my Obsidian vault folder. And pushed it to a private GitHub repository git@github.com:jahangir1x/obsidian-vault.git A typical obsidian vault has .obsidian folder that contains the configuration and metadata of the vault. I have created a bash script sync.sh that will sync the vault with the GitHub repository. ...

September 17, 2024 · 2 min · 357 words · Jahangir Alam Rocky