alberti424k 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.json
To contribute to the development of this plugin, follow these steps:
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.