v1.0.0
🧠 AI Tagger for Obsidian – Release v1.0.0
AI-powered tag generation for your notes, directly inside Obsidian.
This first stable release introduces core features to help you automatically structure your notes using contextual tags generated by AI.
✨ Features
- Smart Tagging: Generates 2–5 relevant tags per note using AI (GPT or Claude)
- Dual AI Support: Choose between OpenAI (ChatGPT) or Claude (Anthropic)
- Batch Processing: Tag all notes in your vault in one go
- Tag Preview Modal: Approve or discard suggestions before applying
- Custom Prompts: Configure your own instructions to guide the AI
- Auto-Apply Mode: Optional, for speed over control
- Exclude Existing Tags: Avoid duplication by skipping tags already present
🛠 Setup
- Add your OpenAI or Claude API key in plugin settings
- Configure tag limits, prompt, and behaviors as needed
⚠️ Notes
- API usage may incur cost depending on provider and token consumption
- Your note content is sent to the selected AI provider for processing — nothing is stored or shared
📦 Install
- Download from the GitHub Releases
- Or build from source with npm install && npm run build
Thanks for trying it out! Feedback and PRs welcome 🚀