Auto tagging obsidian notes w/ AI
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add workflow_dispatch trigger for manual tagging

+1
+1
.github/workflows/auto-tag.yml
··· 6 6 - main 7 7 paths: 8 8 - 'manifest.json' 9 + workflow_dispatch: # Allows manual trigger from GitHub Actions UI 9 10 10 11 jobs: 11 12 tag: