jldiaz_copy-protocol-plugin/README.md
2026-05-12 23:22:03 +02:00

921 B

Obsidian Copy Protocol Plugin

Plugin Demo

This is a simple plugin for Obsidian that registers a custom obsidian://copy protocol. It allows you to create internal links that, when clicked, will silently copy a specific text to your clipboard without opening any external applications or showing popups.

Usage

Create a link using the following format: [Link text](obsidian://copy?text=Your%20text%20here)

When you click the link, "Your text here" will be copied to your clipboard, and a small notice will appear to confirm the action.

Note: Remember to URL-encode your text (e.g., use %20 instead of spaces).

Installation

You can install this plugin via BRAT:

  1. Open the BRAT settings in Obsidian.
  2. Click "Add Beta plugin".
  3. Paste the repository URL: jldiaz/copy-protocol-plugin.
  4. Enable the plugin in your Community Plugins list.