Installing Auto Tagger
There are two ways to install Auto Tagger: from the Obsidian Community Plugins directory (recommended) or manually from GitHub releases.From Community Plugins
The easiest way to install Auto Tagger is through Obsidian’s built-in Community Plugins browser.Open Obsidian Settings
Click the gear icon in the lower-left corner or use the keyboard shortcut
Cmd/Ctrl + ,.Navigate to Community Plugins
In the settings sidebar, select Community Plugins.If this is your first time installing a community plugin, you’ll need to disable Safe Mode:
Click the Turn off Safe Mode button. Safe Mode prevents third-party plugins from running.
After enabling the plugin, Auto Tagger will automatically scan your vault. You’ll see a notification when the scan completes showing how many tags were learned.
Manual Installation
If you prefer to install from source or need to install a specific version, you can install Auto Tagger manually.Download Release Files
Go to the Auto Tagger releases page on GitHub.Download these three files from the latest release:
main.jsmanifest.jsonstyles.css
Create Plugin Directory
Navigate to your vault’s plugin directory:Create a folder named
auto-tagger:Verifying Installation
To confirm Auto Tagger is installed correctly:- Open the Command Palette (
Cmd/Ctrl + P) - Type “Auto Tagger”
- You should see commands like:
- Suggest tags for current note
- Rescan vault for tag patterns
System Requirements
Obsidian Version
Requires Obsidian v1.5.0 or newer
Platform Support
Works on desktop and mobile devices
Uninstallation
To remove Auto Tagger:- Go to Settings → Community Plugins
- Find Auto Tagger in the installed plugins list
- Click the X button to uninstall
.obsidian/plugins/auto-tagger/ folder from your vault directory.
Uninstalling Auto Tagger will not remove any tags it added to your notes. Your notes remain unchanged.