alberti425k downloadsAllows adding personal comments to each installed plugin.
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.
The preferred method to install the plugin is to use the Community Plugins Preference pane in Obsidian.
<vault>/.obsidian/plugins/plugins-annotations:main.jsstyles.cssmanifest.jsonvault.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.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").
To contribute to the development of this plugin, follow these steps:
<your-username> with your GitHub username):git clone https://github.com/<your-username>/obsidian-plugins-annotations.git
cd obsidian-plugins-annotations
npm install
npm run build
plugins-annotations folder in your Obsidian plugins directory:mkdir -p <vault>/.obsidian/plugins/plugins-annotations
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
I would be grateful for any donation to support the development of this plugin.
Feel free to contribute to the development of this plugin or report any issues in the GitHub repository.