alberti42 / obsidian-plugins-annotations

Obsidian plugin that allows adding personal comments to each installed plugin.
MIT License
3 stars 1 forks source link

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

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.

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:
    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

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