mirror of
https://github.com/alberti42/obsidian-plugins-annotations.git
synced 2026-07-22 10:10:24 +00:00
No description
| docs/images | ||
| src | ||
| styles | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Obsidian Plugins Annotations
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 are saved persistently and can be edited at any time.
- Annotations are displayed directly below the plugin information.
Installation
- Download the latest release from the Releases page.
- Extract the files into your Obsidian plugins folder:
<vault>/.obsidian/plugins/plugins-annotations. - Enable the plugin in the "Community plugins" settings pane.
Usage
- Open the "Community plugins" settings pane.
- You will see a text area below each installed plugin where you can add your personal annotation.
- Annotations are automatically saved and will be displayed whenever you open the settings pane.
Screenshot
Development
To contribute to the development of this plugin, follow these steps:
- Fork the repository on GitHub.
- Clone your forked repository:
git clone https://github.com/your-username/obsidian-plugins-annotations.git - Navigate to the plugin directory:
mkdir plugins-annotations - Install the dependencies:
npm install - Build the plugin:
npm run build - Enable the plugin in Obsidian and start developing!
Donations
I would be grateful for any donation to support the development of this plugin.
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.

