Prerequisites
Before starting, make sure you have:- Installed Auto Tagger in your Obsidian vault (see Installation)
- At least a few notes with existing tags (the plugin needs 2+ documents per tag to learn patterns)
Auto Tagger learns from your existing tagging patterns. If your vault has no tags yet, manually tag 5-10 notes across different topics before proceeding.
Initial Vault Scan
When you first enable Auto Tagger, it automatically scans your vault to build its tagging model.Wait for the scan to complete
After enabling the plugin, you’ll see a notice: “Auto Tagger: Scanning vault…”The scan completes when you see: “Auto Tagger: X tags learned from Y notes”
Getting Tag Suggestions
Auto Tagger offers three ways to get tag suggestions:1. Automatic Suggestions While Typing
The plugin automatically suggests tags as you type in any note.Wait for suggestions
After 2 seconds of inactivity (the default debounce delay), you’ll see a suggestion notice in the bottom-right corner:Suggest: #your-tag (+2 more)
2. Manual Command Trigger
You can manually trigger suggestions at any time.3. On File Open
When you open a note, Auto Tagger automatically checks if it should suggest tags.- If the note has no tags, you’ll get suggestions after a 500ms delay
- If the note has some tags, it will suggest additional related tags
Accepting Tags
When you accept a tag, Auto Tagger inserts it according to your Tag placement setting:- First Line (Default)
- Frontmatter
- End of Current Line
Tags are inserted on the first content line (after frontmatter if present):If the first line already has tags, the new tag is appended to that line.
Configuring Your Workflow
Fine-tune Auto Tagger for your needs in Settings → Auto Tagger:Adjust suggestion timing
Adjust suggestion timing
Change the Check delay setting to control when suggestions appear:
- Lower values (500-1000ms): More responsive, but may interrupt your writing
- Higher values (2000-5000ms): Less intrusive, but slower to respond
Control suggestion quantity
Control suggestion quantity
Set Max suggestions to limit how many tags are offered at once:
- Lower values (1-3): Only show the most confident matches
- Higher values (5-10): See more options, including less certain matches
Filter by confidence
Filter by confidence
Adjust Minimum confidence to control suggestion quality:
- Higher values (0.02-0.05): Only highly relevant tags
- Lower values (0.005-0.01): More suggestions, potentially less accurate
Disable auto-suggestions
Disable auto-suggestions
Turn off Auto-suggest while editing to only get suggestions via manual command or on file open.
Rescanning Your Vault
As you add more tags to your notes, you should rescan your vault to improve suggestions:Tips for Better Suggestions
Tag consistently
Use the same tags for similar content. Inconsistent tagging confuses the model.
Use descriptive tags
Specific tags like
#machine-learning work better than vague ones like #tech.Tag multiple notes
Each tag needs at least 2 documents to generate suggestions.
Write substantial content
Longer notes with more distinctive words produce better suggestions.
Troubleshooting
I'm not getting any suggestions
I'm not getting any suggestions
Possible causes:
- Your vault has fewer than 2 documents with the same tag
- The minimum confidence threshold is too high
- The note doesn’t have enough text to analyze
- Add tags to more notes and rescan
- Lower the minimum confidence in settings
- Write at least 2-3 paragraphs of content
Suggestions are not relevant
Suggestions are not relevant
Possible causes:
- Your existing tags are inconsistently applied
- The minimum confidence threshold is too low
- The vault hasn’t been rescanned recently
- Review and standardize your existing tags
- Increase the minimum confidence in settings
- Click Rescan now in settings
Suggestions appear too slowly/quickly
Suggestions appear too slowly/quickly
Adjust the Check delay setting in Settings → Auto Tagger. Lower values respond faster but may interrupt your writing.
Next Steps
Learn How It Works
Understand the TF-IDF algorithm behind Auto Tagger
Explore Settings
Deep dive into all configuration options
Usage Tips
Best practices for optimal suggestions
Troubleshooting
Solve common issues