This plugin uses Ollama to automatically tag your Obsidian notes using large language models running locally on your machine.
.obsidian/plugins/obsidian-llm-tagger/ directoryEnable auto-tagging in the plugin settings to automatically tag new or modified notes.
You can exclude specific files or folders from being tagged by adding patterns in the plugin settings:
daily.md)templates/)*.excalidraw, meeting-notes/*)# Clone the repository
git clone https://github.com/yourusername/obsidian-llm-tagger.git
# Install dependencies
npm install
# Build
npm run build
MIT License - see LICENSE for details