AI Tagger Universe

by Hu Nie
5
4
3
2
1
Score: 57/100

Description

The AI Tagger Universe plugin automates tag management in Obsidian by analyzing note content and generating relevant tags using AI. It supports both local and cloud-based language models, including Ollama, LM Studio, LocalAI, and OpenAI-compatible APIs. The plugin intelligently matches existing tags while suggesting new ones, seamlessly integrating them into the note's frontmatter. Users can configure AI endpoints, choose models, and customize tagging rules to fit their workflow.

Reviews

No reviews yet.

Stats

86
stars
10,390
downloads
21
forks
428
days
3
days
3
days
15
total PRs
0
open PRs
2
closed PRs
13
merged PRs
45
total issues
1
open issues
44
closed issues
0
commits

Latest Version

4 days ago

Changelog

Fixes

  • #56 — YAML frontmatter case (PR #55 by @knottybiscotti, plus follow-up): non-lowercase tag keys (Tags:, TAGS:, etc.) are now recognized everywhere, including the vault-wide tag scan. The original casing is preserved on write.
  • #59 — Tags written to wrong note: the Generate tags for current note command now captures the target file at command time, so tags land on the note that was open when you ran the command — even if you switch notes while the LLM is still responding.
  • #57 — Misleading 404 error: 404 from cloud connection tests now points at the model name as the likely cause (Gemini, OpenRouter etc. return 404 for unknown models, not bad URLs).
  • getTagsFromFile round-trip: the tags file produced by the Collect all tags command (bare-word lines) again reads back correctly; markdown list items (- tag) also work.

New

  • #58 — Excluded Tags setting (Tagging settings): comma- or newline-separated list of tags to never apply, regardless of mode. Applied as a deterministic post-filter (LLMs are unreliable at "don't output X" prompt instructions). Matching is case-insensitive and ignores spaces / hyphens / underscores, so Meeting Notes blocks meeting-notes, meeting_notes, etc.

Thanks to @knottybiscotti, @cretep, @swimmingitmg, and @hokfujow for the reports.

README file from

Github

AI Tagger Universe: Easy Tag Generation & Management for Obsidian

English 中文

AI Tagger Universe Obsidian Downloads Obsidian Compatibility

Automatically generate intelligent tags for your Obsidian notes using AI. This plugin analyzes your content and adds relevant tags to your note's frontmatter, helping you organize and discover connections in your knowledge base.

🔌 Installation

This plugin can be installed directly from the Obsidian Community Plugins browser:

  1. Open Obsidian Settings
  2. Navigate to Community Plugins
  3. Disable Safe Mode (if enabled)
  4. Search for "AI Tagger Universe"
  5. Click Install, then Enable

Alternatively, you can manually install the plugin:

  1. Download the latest release from this repository
  2. Extract the files to your Obsidian vault's .obsidian/plugins/ai-tagger-universe folder
  3. Reload Obsidian and enable the plugin in the Community Plugins settings

✨ Key Features

🤖 Flexible AI Integration

  • Use your preferred AI service:
    • Local LLMs: Ollama, LM Studio, LocalAI, or any OpenAI-compatible endpoint
    • Cloud Services: OpenAI, Claude, Gemini, Groq, Grok, Mistral, DeepSeek, Cohere, GLM (Zhipu AI), MiMo (Xiaomi), Minimax, SiliconFlow, Aliyun, Bedrock, Vertex AI, OpenRouter, and more

🏷️ Smart Tagging System

  • Multiple tagging modes:
    • Generate completely new tags based on content
    • Match against your existing vault tags
    • Use predefined tags from a custom list
    • Hybrid modes combining generation with existing/predefined tags
  • Nested/Hierarchical tags (NEW!):
    • Generate hierarchical tags like science/biology/genetics
    • User-configurable max depth (1-3 levels)
    • Smart prompting for category-based organization
    • Backward compatible (disabled by default)
  • Batch operations for tagging multiple notes at once
  • Multilingual support for generating tags in your preferred language

📊 Tag Network Visualization

  • Interactive graph showing relationships between tags
  • Discover connections and patterns in your knowledge base
  • Search functionality to find specific tags
  • Node size indicates tag frequency
  • Adjustable force settings: Customize repulsion strength and link distance
  • Click-to-show documents: Click any tag to see all notes containing it
  • Real-time updates: Network refreshes automatically when tags change

🛠️ Advanced Management

  • Generate tags from selected text portions
  • Batch tag entire folders or your whole vault
  • Clear tags while preserving other frontmatter
  • Collect and export all tags from your vault
  • Flatten hierarchical tags: Convert nested tags (a/b/c) into separate flat tags
  • Tag format options: Choose between kebab-case, camelCase, PascalCase, snake_case, or original
  • Debug Mode: Enhanced logging for troubleshooting tag generation
  • Popular Tools Tips: Built-in guidance for common LLM setup configurations

🆕 What's New in Version 1.0.16

Major Features

  • 🌐 New AI Providers:
    • GLM (Zhipu AI) - China's leading AI service
    • MiMo (Xiaomi) - Xiaomi's MiMo-V2-Flash model
    • Minimax - MiniMax-M2.1 model
  • 🏷️ Tag Format Options: Choose your preferred naming convention
    • kebab-case (my-tag-name)
    • camelCase (myTagName)
    • PascalCase (MyTagName)
    • snake_case (my_tag_name)
    • Original (preserve as-is)
  • 📊 Enhanced Tag Network Visualization:
    • Adjustable force settings (repulsion strength, link distance)
    • Click any tag node to see all documents containing it
    • Real-time updates when tags change in your vault
    • Manual refresh button
  • 🔀 Flatten Hierarchical Tags: New commands to convert nested tags into flat tags
    • Flatten for current note, folder, or entire vault
    • Converts science/biology/geneticsscience, biology, genetics

Bug Fixes

  • Fixed Claude API CORS compatibility for browser-based access

📝 Version 1.0.15

Major Features

  • 🌳 Nested Tags Support: Generate hierarchical tags with parent/child relationships
    • Create tags like technology/artificial-intelligence/machine-learning
    • Configurable max nesting depth (1-3 levels)
    • Smart LLM prompting for hierarchical structure
    • Fully integrated with bilingual interface

Improvements

  • Added automated testing suite with 32 validation tests
  • Enhanced tag formatting to preserve forward slashes
  • Improved settings organization with nested tags section
  • Better documentation with CLAUDE.md for future development

Bug Fixes

  • Fixed icon display issue in ribbon and toolbar (replaced invalid 'network' icon with 'git-graph')

📝 Previous Updates

Version 1.0.14

  • 🎉 Full Chinese Interface Support: Complete localization for Chinese-speaking users
  • 🌍 Bilingual Interface: Easy language switching between English and Chinese
  • 🔧 Enhanced Debug Mode: Better logging and troubleshooting capabilities
  • 📋 Improved User Guidance: Tips for popular AI tools and services

🚀 Quick Start

  1. Install the plugin from Obsidian Community Plugins
  2. Configure your AI provider:
    • Go to Settings → AI Tagger Universe → LLM Settings
    • Choose between Local LLM (Ollama, LM Studio, etc.) or Cloud Service (OpenAI, Claude, etc.)
    • Enter your endpoint URL and API key (if required)
    • Test the connection to verify it works
  3. Select your tagging mode:
    • Choose how you want tags to be generated (new tags, existing tags, or hybrid)
    • Adjust tag generation limits (0-10 tags per note)
  4. Optional: Configure interface language:
    • Go to Settings → AI Tagger Universe → Interface
    • Choose between English or 中文 (Chinese)
    • Restart Obsidian for the language change to take effect
  5. Start generating tags:
    • Use the ribbon icon (left sidebar) to tag the current note
    • Use the command palette (Ctrl/Cmd+P) for more options
    • View tag relationships with the Tag Network visualization

🔧 Configuration Options

LLM Settings

  • Service Type: Local LLM or Cloud Service
  • AI Provider: Choose from 15+ services (Ollama, OpenAI, Claude, Gemini, Groq, etc.)
  • Endpoint URL: Your LLM service endpoint
  • API Key: Authentication key (if required)
  • Model Name: Specific model to use
  • Temperature (Override): Leave empty to use provider default; set to 0 to reduce randomness for more repeatable tag output

Tag Generation

  • Tagging Mode: Select how tags are generated or matched
    • Generate New: Create entirely new tags from content
    • Predefined Tags: Match against existing vault tags
    • Hybrid: Combine generation with existing tags
    • Custom: Use your own tag list from a file
  • Tag Limits: Set maximum numbers for generated/matched tags (0-10)
  • Tag Language: Generate tags in your preferred language
  • Tag Format: Choose naming convention (kebab-case, camelCase, PascalCase, snake_case, original)
  • Nested Tags:
    • Enable hierarchical tag generation (e.g., parent/child/grandchild)
    • Configure max nesting depth (1-3 levels)
    • Creates parent/child relationships for better organization

Interface & Advanced

  • Interface Language: Choose between English and Chinese
  • Excluded Paths: Skip specific folders during batch operations
  • Debug Mode: Enable detailed logging for troubleshooting
  • Replace Tags: Overwrite existing tags or append to them

📖 Usage Examples

  • Research Notes: Automatically categorize research papers and findings
  • Project Management: Tag project notes for better organization
  • Knowledge Base: Discover connections between concepts
  • Content Creation: Generate relevant tags for blog posts or articles
  • Personal Journal: Track themes and topics in your journal entries

🌐 Language Support

Tag Generation

Generate tags in multiple languages including English, Chinese, Japanese, German, French, Spanish, Russian, and many more.

Interface Localization (NEW!)

  • Full Chinese Interface: Complete Chinese language support for the plugin interface
  • Bilingual Support: Seamlessly switch between English and Chinese interfaces
  • Localized Settings: All configuration panels and options available in Chinese
  • Translated Commands: Command palette and ribbon actions fully localized
  • Multilingual Messages: All notifications, prompts, and feedback in your preferred language

To change the interface language:

  1. Go to AI Tagger Universe Settings
  2. Navigate to the "Interface" section
  3. Select your preferred language (English/中文)
  4. Restart Obsidian for the change to take effect

🔄 Fork Improvements

This fork includes several enhancements over the original plugin:

Bug Fixes

  • Fixed malformed tag prefixes: Resolved issue where some LLMs would generate tags like tag:matchedExistingTags-medical-research instead of clean tags like medical-research
    • Added robust tag sanitization that strips malformed prefixes (tag:, matchedExistingTags-, suggestedTags-, etc.)
    • Enhanced prompts with explicit examples of correct vs. incorrect tag formats

Prompt Engineering Improvements

  • Claude-optimized prompts: Restructured all prompts using XML-style tags (<task>, <requirements>, <output_format>) for better LLM comprehension
  • Enforced kebab-case formatting: All tagging modes now consistently generate tags in kebab-case format (e.g., machine-learning, data-science)
  • Improved tag quality guidelines: Added explicit requirements for concise (1-3 words), specific, and descriptive tags
  • Real-world examples: Replaced placeholder examples with actual domain-appropriate tag examples
  • Consistent structure: Unified prompt structure across all tagging modes (GenerateNew, PredefinedTags, Hybrid, Custom)

Code Quality

  • Enhanced error handling: Better validation and sanitization of LLM responses
  • Comprehensive documentation: Improved inline code comments and type definitions

Testing

  • Included test script (test-sanitization.js) for verifying tag generation with your actual LLM endpoint
  • See TEST_INSTRUCTIONS.md for testing guidance

These improvements result in more reliable tag generation, better formatting consistency, and improved compatibility with various LLM providers including Claude, GPT-4, and local models.

☕ Support

If you find this plugin helpful, consider buying me a coffee!

📝 License

MIT License - see the LICENSE file for details

🤝 Contributing

Contributions are welcome! Please feel free to submit Issues or Pull Requests.

📮 Support

If you encounter any issues or have feature requests, please submit them on GitHub Issues.

🙏 Acknowledgments

Thanks to all the developers and users who have contributed to this project!

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Smart Connections
3 years ago by Brian Petro
Chat with your notes & see links to related content with AI embeddings. Use local models or 100+ via APIs like Claude, Gemini, ChatGPT & Llama 3
Meta Bind Plugin
4 years ago by Moritz Jung
A plugin for Obsidian to make your notes interactive with inline input fields, metadata displays, and buttons.
Metadata Menu
4 years ago by mdelobelle
For data management enthusiasts : type and manage the metadata of your notes.
Note Toolbar
2 years ago by Chris Gurney
Flexible, context-aware toolbars for your notes in Obsidian.
Supercharged Links
5 years ago by mdelobelle
obsidian plugin to add attributes and context menu options to internal links
Pretty Properties
6 months ago by Anareaty
Custom File Explorer sorting
4 years ago by SebastianMC
Take full control over the order and sorting of folders and notes in File Explorer in Obsidian
Execute Code
4 years ago by twibiral
Obsidian Plugin to execute code in a note.
Smart Composer
a year ago by Heesu Suh
AI chat assistant for Obsidian with contextual awareness, smart writing assistance, and one-click edits. Features vault-aware conversations, semantic search, and local model support.
MetaEdit
5 years ago by Christian B. B. Houmann
MetaEdit for Obsidian
ChatGPT MD
3 years ago by Bram Adams
A (nearly) seamless integration of ChatGPT into Obsidian.
MCP Tools
a year ago by Jack Steam
Add Obsidian integrations like semantic search and custom Templater prompts to Claude or any MCP client.
Zoottelkeeper
5 years ago by Akos Balasko
Obsidian plugin of Zoottelkeeper: An automated folder-level index file generator and maintainer.
Shell commands
5 years ago by Jarkko Linnanvirta
Execute system commands via hotkeys or command palette in Obsidian (https://obsidian.md). Some automated events are also supported, and execution via URI links.
Auto Card Link
4 years ago by Nekoshita Yuki
Update time on edit
5 years ago by beaussan
Local Backup
3 years ago by GC Chen
Automatically creates a local backup of the vault.
Smart Second Brain
2 years ago by Leo310, nicobrauchtgit
An Obsidian plugin to interact with your privacy focused AI-Assistant making your second brain even smarter!
April's Automatic Timelines
3 years ago by April Gras
Simple timeline generator plugin for story tellers using obsidian
Media DB Plugin
4 years ago by Moritz Jung
A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your vault.
Khoj
3 years ago by Debanjum Singh Solanky
Your AI second brain. Self-hostable. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI (gpt, claude, gemini, llama, qwen, mistral). Get started - free.
CustomJS
5 years ago by Sam Lewis
An Obsidian plugin to allow users to reuse code blocks across all devices and OSes
Modal forms
3 years ago by Danielo Rodriguez
Define forms for filling data that you will be able to open from anywhere you can run JS
Enveloppe
4 years ago by Mara-Li
Enveloppe helps you to publish your notes on a GitHub repository from your Obsidian Vault, for free!
Note Linker
4 years ago by Alexander Weichart
🔗 Automatically link your Obsidian notes.
Gemini Scribe
a year ago by Allen Hutchison
An obsidian plugin to interact with Google Gemini
AI Providers
a year ago by Pavel Frankov
This plugin is a hub for setting AI providers (OpenAI-like, Ollama and more) in one place.
BMO Chatbot
3 years ago by Longy2k
Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) from Ollama, LM Studio, Anthropic, Google Gemini, Mistral AI, OpenAI, and more for Obsidian.
Syncthing Integration
3 years ago by LBF38
Obsidian plugin for Syncthing integration
Tars
2 years ago by Tarslab
Obsidian tars plugin that supports text generation based on tag suggestions, using services like DeepSeek, Claude, OpenAI, OpenRouter, SiliconFlow, Gemini, Ollama, Kimi, Doubao, Qwen, Zhipu, QianFan & more.
Github Copilot
2 years ago by Vasseur Pierre-Adrien
A bridge between Obsidian and Github Copilot
Note Companion AI
8 months ago by Benjamin Ashgan Shafii
Note Companion: AI assistant for Obsidian that goes beyond just a chat. (prev File Organizer 2000)
HiNote
a year ago by Kai
Add comments to highlighted notes, use AI for thinking, and flashcards for memory.
Auto Template Trigger
3 years ago by Numeroflip
An obsidian.md plugin, to automatically trigger a template on new file creation
YOLO
4 months ago by Lapis0x0
Smart, snappy, and multilingual AI assistant for your vault.
AI image analyzer
2 years ago by Swaggeroo
Analyze images with AI to get keywords of the image.
AI Assistant
3 years ago by Quentin Grail
AI Assistant Plugin for Obsidian
Metadata Extractor
5 years ago by kometenstaub
Obsidian Plugin that provides metadata export for use with third-party apps.
Smart ChatGPT
a year ago by 🌴 Brian
Pieces for Developers
3 years ago by Pieces For Developers
Pieces' powerful extension for Obsidian-MD that allows users to access their code snippets directly within the Obsidian workspace
Regex Pipeline
5 years ago by No3371
An Obsidian plugin that allows users to setup custom regex rules to automatically format notes.
Prompt ChatGPT
2 years ago by Coduhuey
InfraNodus AI Graph View
2 years ago by Nodus Labs
Advanced graph view for Obsidian: text analysis, topic modeling, and AI with InfraNodus AI text analysis tool: https://infranodus.com
Personal Assistant
3 years ago by edony
A plugin that harnesses AI agents and streamlining techniques to help you automatically manage Obsidian.
Smart Context
a year ago by 🌴 Brian
Quiz Generator
2 years ago by Edward Cui
Generate interactive flashcards from your notes using models from OpenAI (ChatGPT), Google (Gemini), Ollama (local LLMs), and more. Or manually create your own to use with the quiz UI.
Shortcut Launcher
4 years ago by MacStories
Trigger shortcuts in Apple's Shortcuts app from Obsidian with custom commands.
Gemini Assistant
2 years ago by eatgrass
Your AI assistant in obsidian
Text Expander JS
4 years ago by Jonathan Heard
Obsidian plugin: Type text shortcuts that expand into javascript generated text.
Tag Summary
4 years ago by J.D Gauchat
Mesh AI
2 years ago by Chasebank87
AI Tagger
2 years ago by Luca Grippa
Simplify tagging in Obsidian. Instantly analyze and tag your document with one click for efficient note organization.
Frontmatter Markdown Links
a year ago by mnaoumov
Obsidian Plugin that adds support for markdown links in frontmatter
Apply Patterns
5 years ago by Jacob Levernier
An Obsidian plugin for applying patterns of find and replace in succession.
Smart Templates
2 years ago by 🌴 Brian Petro
Smart Templates is an AI powered templates for generating structured content in Obsidian. Works with Local Models, Anthropic Claude, Gemini, OpenAI and more.
AI for Templater
2 years ago by TfTHacker
Extends Templater with AI Chat commands using the OpenAI Client Library
Chat with Bard
3 years ago by Artel250
An obsidian plugin that enables you to talk to Google Gemnini directly
Attachment Manager
3 years ago by chenfeicqq
Attachment folder name binding note name, automatically rename, automatically delete, show/hide.
Binary File Manager
4 years ago by qawatake
An Obsidian plugin to manage binary files
YouVersion Linker
3 years ago by Jaanonim
Obsidian plugin that automatically link bible verses to YouVersion bible.
Enhanced Canvas
a year ago by RobertttBS
When editing on Canvas, properties and Markdown links to notes are automatically updated, enabling backlinks in Canvas.
Differential ZIP Backup
2 years ago by vorotamoroz
NetClip
a year ago by Elhary
this plugin is for Obsidian that allows you to browse the web and clip webpages directly into your vault.
AI Research Assistant
3 years ago by Interweb Alchemy
Prompt Engineering Research Tool for AI APIs
Dataview (to) Properties
10 months ago by Mara-Li
Sync inline Dataview to properties (YAML frontmatter)
Large Language Models
a year ago by eharris128, r-mahoney, & jsmorabito
The LLM plugin gives Obsidian users access to local and web-based, large language models via several chat interfaces: modal, widget, FAB window, and commands.
Webhooks
5 years ago by Stephen Solka
Connect obsidian to the internet of things via webhooks
Day and Night
4 years ago by Kevin Patel
An Obsidian plugin to automatically switch between day and night themes based on a set schedule
Auto Tag
3 years ago by Control Alt
Easily generate relevant tags for your Obsidian notes.
Markdown Tags
a year ago by John Smith III
Enhance your Markdown documents with custom tags. Use predefined or custom labels, customizable colors, and arrow indicators to visually track tasks and statuses.
Vault Chat
3 years ago by Exo Ascension
A ChatGPT bot trained on your vault notes. Ask your AI questions about your own thoughts and ideas!
Caret
2 years ago by Jake Colling
Caret, an Obsidian Plugin
Linkify
4 years ago by Matthew Chan
Arcana
3 years ago by A-F-V
Supercharge your Obsidian note-taking through AI-powered insights and suggestions
RunJS
3 years ago by eoureo
Let's run JavaScript easily and simply in Obsidian.
Automatic Linker
a year ago by Kodai Nakamura
AI LLM
2 years ago by Sparky4567
Lets to use local llms in your Obsidian Vaults, extend your stories or create entirely new texts based on your previous input
Weekly Review
3 years ago by Brandon Boswell
Auto Filename
3 years ago by rcsaquino
Auto Filename is an Obsidian.md plugin that automatically renames files in Obsidian based on the first x characters of the file, saving you time and effort.
WordWise
2 years ago by ckt1031
Writing companion for AI content generation.
Canvas Conversation
3 years ago by André Baltazar
A plugin for Obsidian that allows you to create a canvas conversation using ChatGPT.
YouTube Video Summarizer
a year ago by mbramani
Generate AI-powered summaries of YouTube videos directly in Obsidian using Google's Gemini AI.
Substitutions
2 years ago by BambusControl
Automatic text replacer for Obsidian.md
InlineAI
a year ago by FBarrca
GPT Assistant
3 years ago by M7mdisk
Ask GPT from your notes and get personalized answers based on your knowledge base.
Media Companion
a year ago by Nick de Bruin
AI Mentor
3 years ago by clementpoiret
TagMany
3 years ago by Joshua Martius
Tag many Notes at once in Obsidian
Notes dater
3 years ago by Paul Treanor
Adds created_on and updated_on dates of the active note to status bar
AI Editor
3 years ago by Zekun Shen
Time Things
2 years ago by Nick Winters
Show clock, track time spent editing a note, and track the last time a note has been edited.
Snippets
5 years ago by Pelao
JavaScript Init
5 years ago by ryanpcmcquen
Run custom JavaScript in Obsidian.
Bulk Exporter
3 years ago by symunona
Bulk export Markdown filtered, renamed and sorted by front matter metadata into a new structure.
Packrat
4 years ago by Thomas Herden
Process completed instances of recurring items created by the Obsidian Tasks plugin
ChatCBT
2 years ago by Claire Froelich
AI-powered journaling plugin for your Obsidian notes, inspired by cognitive behavioral therapy
Metadata Auto Classifier
2 years ago by Beomsu Koh
AI-powered Obsidian plugin that automatically classifies and generates metadata (tags, frontmatter) for your notes.
Content Cards
a year ago by leo
Insert content cards in Markdown, such as timeline, highlightblock, target card, book information card, music information card, movie information card, photoes ablum, business card, content subfield, countdown, SWOT,BCG.
Fold Properties By Default
a year ago by Tommy Bergeron
Always have editor/metadata properties folded by default.
Linked Data Vocabularies
3 years ago by kometenstaub
Add linked data to the YAML of your Obsidian notes.
Cron
3 years ago by Callum Loh
Obsidian cron / schedular plugin to schedule automatic execution of commands
Flashcard Generator
3 years ago by ChloeDia
Obsidian Plug-in to automatically create a set of questions/answers on your notes !
Kanban Status Updater
a year ago by Ankit Kapur
Obsidian plugin that automatically updates the note property when card is moved to a column.
GPT-LiteInquirer
3 years ago by ittuann
💬 Experience OpenAI ChatGPT assistance directly within Obsidian, drafting content without interrupting your creative flow.
Explain Selection With AI
2 years ago by Ben Wurster
This is my first go at making an Obsidian plugin to elaborate on and describe selected bits of information and their context.
AI Notes Summary
3 years ago by R. Ian Bull (irbull)
An Obsidian plugin that uses ChatGPT to generate a summary of referenced notes
Gnome Terminal Loader
3 years ago by David Carmichael
Auto Periodic Notes
2 years ago by Jamie Hurst
Obsidian plugin to create new periodic notes automatically in the background and allow these to be pinned in your open tabs. Requires the "Periodic Notes" plugin.
Silicon AI
3 years ago by deepfates
Add some intelligence to your notes with Silicon AI for Obsidian
brAIn
3 years ago by lusob
Note aliases
3 years ago by Pulsovi
This plugin manages wikilinks aliases and save them on the aliases list of the linked note
Auto Hyperlink
3 years ago by take6
Metadata Icon
2 years ago by Benature
change metadata entry icon
Automation
2 years ago by Benature
Auto Front Matter
3 years ago by conorzhong
ChatGPT Definition
3 years ago by julix14
Additional Icons
2 years ago by Matthew Turk
Add additional iconsets to Obsidian
NoteMover shortcut
a year ago by Lars Bücker
Quickly and easily move notes to predefined folders. Perfect for organizing your notes.
Frontmatter generator
3 years ago by Hananoshika Yomaru
A plugin for Obsidian that generates frontmatter for notes
Open File by Magic Date
4 years ago by simplgy
R.E.L.A.X.
2 years ago by Syr
Regex Obsidian Plugin
File Title Updater
a year ago by wenlzhang
An Obsidian plugin that synchronizes titles between filename, frontmatter, and first heading in your notes.
Canvas LLM Extender
2 years ago by Pasi Saarinen
Let the OpenAI LLM add nodes to your Obsidian canvas
Symbol linking
10 months ago by Evan Bonsignori ; Mara-Li
Adds ability to link with any trigger in Obsidian. Each trigger can limit linking to specific folders or file.
Cloud Atlas
2 years ago by Cloud Atlas
Cloud Atlas Obsidian Client
LLM Test Generator
a year ago by Aldo E George
Notemd
a year ago by Jacob
A Easy way to create your own Knowledge-base! Notemd enhances your Obsidian workflow by integrating with various Large Language Models (LLMs) to process your notes, automatically generate wiki-links for key concepts, create corresponding concept notes, perform web research, and more.
Tab Rotator
3 years ago by Steven Jin
Obsidian Rotate opened tabs with a specified time interval
Babashka
3 years ago by Filipe Silva
Run Obsidian Clojure(Script) codeblocks in Babashka.
NeuroVox
a year ago by Synaptic Labs
Obsidian plugin for transcription and generation
Run
2 years ago by Hananoshika Yomaru
Generate markdown from dataview query and javascript.
Copy Metadata
3 years ago by wenlzhang
An Obsidian plugin to copy metadata to clipboard and insert it into file name.
Codeblock Template
3 years ago by Super10
A template plugin that allows for the reuse of content within Code Blocks!一个可以把Code Block的内容重复利用模板插件!
Current View
10 months ago by Lucas Ostmann
Automatically set the view mode (Reading, Live Preview, Source) for notes in Obsidian using folder rules, file patterns, or frontmatter.
File Index
2 years ago by Steffo
Obsidian plugin to create a metadata file about the files present in the Vault
Strapi Exporter AI
2 years ago by Cinquin Andy
[prod] - 🚀 Strapi Exporter: Supercharge Your Obsidian-to-Strapi Workflow, export an obsidian notes directly to your Strapi API
Title As Link Text
a year ago by Lex Toumbourou
An Obsidian plugin to set the Link Text using the document title
Snippets Manager
2 years ago by Venkatraman Dhamodaran
Snippets Manager (Text Expander) For Obsidian
Blueprint
3 months ago by François Vaux
Repeatable templates plugin for Obsidian
Steward
6 months ago by Dang Nguyen
A vault-specific agent equipped with agentic capacity, fast search, flexible commands, vault management, and terminals to "jump" into other CLI agents, such as Claude, Gemini, etc.
Intelligence
2 years ago by John Mavrick
Update Time
2 years ago by Sébastien Dubois
Obsidian plugin that updates front matter to include creation and last update times
Proofreader
a year ago by pseudometa (aka Chris Grieser)
AI-based proofreading and stylistic improvements for your writing. Changes are inserted as suggestions directly in the editor, similar to suggested changes in word processing apps.
RSS Copyist
2 years ago by aoout
Get the RSS articles as notes.
Tag Breakdown Generator
3 years ago by Hananoshika Yomaru
Break down nested tags into multiple parent tags
AI Summarize
2 years ago by Alp Sariyer
Easy to use AI Summary tool for your notes in Obsidian
AI bot
a year ago by kuzzh
The AI Bot Plugin is a powerful tool designed to enhance your note-editing experience in Obsidian by leveraging the capabilities of AI. This plugin allows you to interact with an AI assistant directly within Obsidian, making it easier to generate, edit, and organize your notes with intelligent suggestions and automated tasks.
Note 2 Tag Generator
2 years ago by Augustin
AI Zhipu
2 years ago by Tarslab
AI-zhipu is an Obsidian plugin that helps you utilize the Zhipu API. 智谱AI obsidian 插件
Dataview Autocompletion
a year ago by Daniel Bauer
KoReader Highlight Importer
a year ago by Tahsin Kocaman
Imports highlights and metadata from KoReader into Obsidian notes
Conditional Properties
4 months ago by Diego Eis
Automate frontmatter property updates in your Obsidian notes using simple conditional rules.
Daily note creator
2 years ago by Mario Holubar
Automatically creates missing daily notes.
Images to Notes
a year ago by Rodolfo Terriquez
Turn photos of your handwritten notes into markdown
Personal OS
2 years ago by A.Buot
Tag Tactician
a year ago by Scott Tomaszewski
LLM workspace
a year ago by Olivér Falvai
Note UID Generator
a year ago by Valentin Pelletier
Allow you to automatically generate UID for the notes in your vault.
Vision Recall
a year ago by Travis Van Nimwegen
Transform screenshots into searchable Obsidian notes using AI vision and text analysis
AI Chat
2 years ago by arenasys
Image Metadata
2 years ago by alexeiskachykhin
Adds image metadata editing capabilities to Obsidian
LLM Tagger
a year ago by David Jayatillake
Todos sort
a year ago by Jiri Sifalda
A plugin for Obsidian that sorts todos within a note
GitHub Integration
a year ago by Kirill Zhuravlev
Plugin that fetch your github stars into notes
Select & Complete
2 years ago by Mario De Luca
A really simple and easy to use AI completion for Obsidian
Google Calendar Importer
7 months ago by Fan Li
A simple and light-weighted google calendar importer, allow injecting the events / tasks of a day automatically to your daily notes, or import it to anywhere with a command.
Auto Replacer
10 months ago by Alecell
A live text replacement plugin that applies automatic formatting, corrections, or custom replacements in real-time. Define your own regex-based rules and transformation logic to modify text dynamically as you type.
Timeline Canvas Creator
10 months ago by chris-codes1
Quickly create timeline structured canvases in Obsidian.
Nova
3 months ago by Shawn Duggan
Nova - AI plugin for Obsidian that edits your documents directly through natural conversation. Stop copying from chat, start collaborating with AI.
Inkporter
a year ago by Ayush Kumar Saroj
Inkporter is an Obsidian plugin that digitizes handwritten notes with smart ink isolation, adaptive theming, and seamless import workflows.
Missing Link File Creator
a year ago by Lemon695
The plugin creates both missing links and the corresponding files.
Last Position
a year ago by saktawdi
Automatically scroll to the last viewed position when opening the markdown document.
Vault File Renamer
a year ago by Louan Fontenele
Vault File Renamer: Automatically standardizes file names to GitHub style (lowercase, no accents, only -, ., _) while preserving folder structure and file contents.
pycalc
a year ago by pycalc
Note Codes
8 months ago by Ezhik
Reference your Obsidian notes from anywhere with simple 4-character codes.
Reverse Prompter
2 years ago by Ryan Halliday
Let AI generate prompts to keep you writing
Markpilot
2 years ago by Taichi Maeda
AI-powered inline completions and chat view for Obsidian
CoCo AskAI
2 years ago by Yukee
CoCo-AskAI is an Obsidian plugin that enables AI-powered note assistance, enhancing the writing experience with customizable functions.
LinkMagic
2 years ago by AndyReifman
AI integration Hub
a year ago by Hishmat Salehi
A modular AI integration hub for Obsidian
Virus Total Enrichment
2 years ago by ytisf
An Obsidian plugin to enrich a note with VirusTotal API.
Template Filename
a year ago by Callum Alpass
Obsidian plugin for creating notes with templatable filenames
Note Linker with Previewer
2 years ago by Nick Allison
Obsidian Plugin to find and Link notes
Paste Image Into Property
a year ago by Nito
Sentinel
a year ago by Giorgos Sarigiannidis
A plugin for Obsidian that allows you to update properties or run commands based on document visibility changes.
AI LaTeX Generator
2 years ago by Aayush Shah
An Obsidian plugin that generates latex code from natural language inputs.
tidit
a year ago by codingthings.com
tidit is an Obsidian - https://obsidian.md - plugin that adds timestamps to your document as you type — when you want it, how you want it, where you want it.
Boardgame Search
a year ago by Marlon May
A plugin to create notes for boardgames based on the BGG API
AI Transcriber
3 months ago by Musashino Software
AI-powered speech-to-text transcription using OpenAI GPT-4o and Whisper APIs
Task Mover
a year ago by Mariia Nebesnaia
A plugin for obsidian to move unfinished tasks to the daily note automatically
Organized daily notes
a year ago by duchangkim
Automatically organizes your daily notes into customizable folder structures for better organization and easier navigation.
URL Formatter
8 months ago by Thomas Snoeck
Automatically formats specific URLs pasted into Obsidian into clean Markdown links.
Note Favicon
a year ago by mdklab
Obsidian plugin – Show Favicon from Metadata
AI Note Tagger
a year ago by Jasper Mayone
Auto tagging obsidian notes w/ AI
Rapid AI
2 years ago by Rapid AI
AI Assistant for selected text and generating content with Markdown. Shortcuts and quick action buttons provide instant AI assistance. It provides a high availability API for unlimited Chat GPT request rates, so you can ensure smooth work for any workload.
ExMemo Assistant
a year ago by ExMemo AI
Using LLMs to manage files and generating metadata such as tags and summaries.
Current File Tags
a year ago by Trung Tran
Open Interpreter
2 years ago by Mike Bird
The power of Open Interpreter in your Obsidian vault
AI Revisionist
a year ago by Synaptic Labs
Hotstrings
a year ago by wakywayne
Hydrate
5 months ago by hydrateagent
Runsh
a year ago by Ddone
A simple plugin that allows to run shell commands from obsidian.
Tasks Cleaner
a year ago by lowit
🧹 Tasks Cleaner is a plugin for Obsidian that helps you automatically remove old completed tasks from your Markdown notes
Ayanite
2 years ago by jemstelos
Book Clipper
5 months ago by Hossein Fardmohammadi
Save book details from websites into your notes
Varinote
a year ago by Giorgos Sarigiannidis
A plugin for Obsidian that allows you to add variables in Templates and set their values during the Note creation.
Simple File Info
a year ago by Lukas Capkovic
Rsync
a year ago by Ganapathy Raman
An Obsidian plugin to perform sync files between machines using Rsync
My Thesaurus
a year ago by Mara-Li
A plugin that auto tags file based on contents and a csv file or a Markdown table (inspired by https://github.com/pmartinolli/MyThesaurus)
Memos AI Sync
a year ago by leoleelxh
obsidian-memos-sync-plugin,将 Memos 内容同步到 Obsidian 的插件,提供无缝集成体验。
Papers
8 months ago by William Liang
An obsidian plugin to retrieve and import research papers.
Watched-Metadata
2 years ago by Nail Ahmed
Watches for changes in metadata and updates the note content accordingly.
Jura Links
2 years ago by Lukas Collier & Emi Le
Verlinke deine Normangaben, Aktenzeichen oder Fundstellen in deiner Obsidian Notiz mit Gesetzesanbietern.
Mastodon Threading
a year ago by El Pamplina de Cai
Obsidian plugin to compose and post threads to Mastodon
NotePix
8 months ago by Ayush Parkara
NotePix automatically uploads images, screenshots from your Obsidian vault to a designated GitHub repository. It then seamlessly replaces the local link with a fast URL, keeping your vault lightweight and portable.
Discord Message Sender
10 months ago by okawak
Obsidian Plugin: Send messages from a Discord channel to your Vault
Research Quest
a year ago by Nathan Arthur
Plugin REPL
a year ago by readwithai
An in-note Read Evaluate Print Loop to execute JavaScript within Obsidian
Daily Note Structure
2 years ago by db-developer
This obsidian plugin creates a structure for your daily notes
Note From Form
a year ago by Sergei Kosivchenko
Obsidian plugin that adds support to define input form and generate notes based on it
Auto Daily Note
a year ago by John Dolittle
Fast Image Auto Uploader
2 years ago by Longtao Wu
upload images from your clipboard by gopic
Another Name
a year ago by Jiyuan Wang
Add a subheading to your note in Obsidian
Student Repo
a year ago by Feirong.zfr
学生知识库助手(Student Repository Helper)是一个面向学生或学生家长的Obsidian 插件,这款插件旨在解决学生在学习阶段面临的资料管理难题,将学习过程中产生的各类重要资料,如试卷、笔记、关键文档、绘画手工作品等,进行系统性的数字化整合与管理,并利用 AI 助手定期进行学习分析总结。随着时间的推移,它将助力你逐步搭建起一座专属你自己的知识宝库,这座宝库将伴随你一生,成为你知识成长与积累的见证。
Daily Notes Automater
a year ago by David Pedrero
Onto Tracker
2 years ago by Jacob Hart
Plugin for obsidian allowing project management with ontologies.
Copy Local Graph Paths
a year ago by Amy Z
copy-local-graph-paths is a simple Obsidian plugin that copies the paths of notes linked to your current page.
Open or Create File
6 months ago by Ilya Paripsa
Set up Obsidian commands that create or open files based on predefined patterns.
AI Helper
a year ago by David Connolly
Blog AI Generator
a year ago by Gareth Ng
Obsidian Plugin: generate blog via AI based on the current note.
Paste as Embed
2 years ago by Matt Laporte
Obsidian plugin to paste contents of clipboard into a new note, and embed it in the active note.
Discrete
9 months ago by shkarlsson
Current File
2 years ago by Mark Fowler
An Obsidian plugin to allows external applications to know what file Obsidian is currently viewing
Frontmatter Metadata Link Classes
10 months ago by Varvara Zmeeva / zmeeva.io
Enhanced internal links with automatic classnames based on frontmatter metadata.
IMSwitch in Math Block
a year ago by XXM
Notes 2 Tweets
2 years ago by Tejas Sharma
Generate and schedule tweets automatically from your notes on Obsidian
Random Wikipedia Article
9 months ago by SpencerF718
An Obsidian plugin to generate a note of a random Wikipedia article.
Hanko
a year ago by Telehakke
Obsidian plugin.
Handlebars Dynamic Templating
3 months ago by Hide_D
Handlebars dynamic templating. Define template files and use them dynamically via hb blocks. Template recursion is also possible.
KOI Sync
a year ago by Luke Miller
Content OS
8 months ago by eharris128
Post to LinkedIn from within Obsidian
Move Cursor On Startup
8 months ago by Jared Kelnhofer
Obsidian plugin to move the cursor to the right and back to the left when starting up. Why? To keep DataView expressions from not running on the first load of, say, your Home file.
One Step Wiki Link
a year ago by Busyo
用于 Obsidian 一步插入当前界面匹配到的所有外链(维基链接)
Frontmatter to HTML Attributes
2 months ago by Tarek Saier
Makes YAML frontmatter available as data-* attributes in HTML, enabling metadata based CSS styling.
EUpload
a year ago by Appleex
Obsidian 插件,专用于上传文件到存储仓库。目前支持 Lskypro(兰空图床),后续有需求会引入其它存储方式,如:Github/Gitee等等。