Git hook that logs git commits into daily obsidian note automatically.
./installation.sh
- Set the
OBSIDIAN_VAULT_PATH
env variable in to the full vault path - set the
OBSIDIAN_DAILY_NOTE_BASE_PATH
env variable to the relative daily notes folder. For instance/daily
. Leave empty if daily notes exist in the root. - set the
OBSIDIAN_DAILY_NOTE_TEMPLATE_PATH
env variable to the relative path for the daily template file. For instance/templates/daily
. - Make sure the daily note has a section starting with:
## Commits
- Make sure the daily note follows
YYYY-MM-DD
format