obsidian-git

A plugin to sync Obsidian with a git repository automatically (ie replacing the function of a cron job). Created by Denis Olehov.

On Mac it won't be able to automatically sign git commits by default: instead you have to modify your global gitconfig:

git config --global gpg.program $(which gpg)

By default, GUI programs don't have access to your dotfiles, so the PATH is different.