Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Plugins Annotations

alberti42alberti425k downloads

Allows adding personal comments to each installed plugin.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates46

Obsidian Plugins Annotations is a plugin for Obsidian that allows users to add personal annotations to each installed plugin. This is particularly useful for keeping track of why certain plugins are installed and their specific use cases.

Features

  • Add personal annotations to any installed plugin in the settings pane.
  • Annotations can be formatted using Markdown and can include Obsidian links.
  • Annotations are saved persistently and can be edited at any time.
  • Annotations are displayed directly below the plugin information.
  • Detailed instructions how to edit the annotations are provided in the setting pane of the plugin.
  • Possible to lock the annotations with the lock button next to the title "Installed plugins". This feature is useful in combination with the toggle hiding the annotations fields where there is no user annotation yet.

Installation

The preferred method to install the plugin is to use the Community Plugins Preference pane in Obsidian.

Manual installation

  1. Download the latest release from the Releases page.
  2. Extract the downloaded package and copy only the following files to your Obsidian plugins folder: <vault>/.obsidian/plugins/plugins-annotations:
    • main.js
    • styles.css
    • manifest.json
  3. Enable the plugin in the "Community plugins" settings pane.

Usage

  1. Open the "Community plugins" settings pane.
  2. You will see a text area below each installed plugin where you can add your personal annotation.
  3. Annotations are automatically saved and will be displayed whenever you open the settings pane.

Privacy

  • Vault access: the plugin lists the Markdown files in your vault (via Obsidian's vault.getFiles/file lookup APIs) only to power the file-path suggestions and case-insensitive lookup used by the optional "Store annotations in a Markdown file" feature. No vault content is read unless you enable that feature and point it at a specific file.
  • Network access: the plugin makes one network request, to raw.githubusercontent.com, to fetch Obsidian's public list of community plugins (obsidianmd/obsidian-releases). This is used solely to show a GitHub icon linking to each plugin's repository, and can be disabled in the settings ("Show GitHub links").

Screenshot

Screenshot of the setting pane showing installed plugins with annotations by the user

Development

To contribute to the development of this plugin, follow these steps:

  1. Fork the repository on GitHub.
  2. Clone your forked repository somewhere on your local machine (replace <your-username> with your GitHub username):
    git clone https://github.com/<your-username>/obsidian-plugins-annotations.git
    
  3. Navigate to the cloned repository directory:
    cd obsidian-plugins-annotations
    
  4. Install the dependencies:
    npm install
    
  5. Build the plugin:
    npm run build
    
  6. Create a plugins-annotations folder in your Obsidian plugins directory:
    mkdir -p <vault>/.obsidian/plugins/plugins-annotations
    
  7. Copy or soft-link the compiled files from the dist folder to the plugins-annotations folder:
    # Copy files
    cp -r dist/* <vault>/.obsidian/plugins/plugins-annotations/
    
    # Or create a soft-link (on Unix-based systems)
    ln -s <path-to-cloned-repo>/dist <vault>/.obsidian/plugins/plugins-annotations
    
  8. Enable the plugin in Obsidian and start developing!

Donations

I would be grateful for any donation to support the development of this plugin.

Buy Me a Coffee QR Code

Author

  • Author: Andrea Alberti
  • GitHub Profile: alberti42
  • Donations:

Feel free to contribute to the development of this plugin or report any issues in the GitHub repository.

HealthExcellent
ReviewPassed
About
Add personal Markdown-formatted annotations to each installed plugin and display them beneath plugin entries in the Community Plugins pane. Include Obsidian links, save edits persistently, and lock annotations or hide empty annotation fields for a cleaner view.
AnnotationMarkdownInterface
Details
Current version
1.8.2
Last updated
2 weeks ago
Created
2 years ago
Updates
46 releases
Downloads
5k
Compatible with
Obsidian 1.13.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Sponsor
Buy Me a Coffee
Author
alberti42alberti42
www.linkedin.com/in/dr-andrea-alberti/
GitHubalberti42
  1. Community
  2. Plugins
  3. Annotation
  4. Plugins Annotations

Related plugins

Typewriter Mode

Typewriter scroll, writing focus, current line highlight, paragraph dimming, and more!

Linter

Format and style your notes. Linter can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular Markdown contents like list, italics, and bold styles; and more with the use of custom rule options.

Hider

Hide interface elements such as tooltips, status bar, titlebar, and more.

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.

Custom Frames

Turn web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.

Note Toolbar

Add customizable toolbars to your notes.

Admonition

Admonition block-styled content.

Editing Toolbar

The Editing Toolbar is modified from cMenu, which provides more powerful customization settings and has many built-in editing commands to be a MS Word-like toolbar editing experience.

Consistent Attachments and Links

Move note attachments and update links automatically.

Agent Client

Chat with Claude Code, Codex, Gemini CLI, and more via the Agent Client Protocol — right from your vault.