brianling11 downloadsCopy the current note as a rich hyperlink to the clipboard. Pastes as a single clickable link in rich-text editors like FuseBase, Notion, and Confluence.
Obsidian plugin that copies the current note as a rich hyperlink (title + obsidian:// URL) to the system clipboard. When you paste into a rich-text editor like FuseBase, Notion, Confluence, Slack, or Gmail, it becomes a single clickable link with the note's title as anchor text.
Obsidian's built-in "Copy Obsidian URL" only puts the raw URL on the clipboard. If you paste that into FuseBase, it shows the ugly obsidian://... string. This plugin writes both text/html (with a proper <a> tag) and text/plain to the clipboard, so rich-text editors render a clean clickable link.
Copy as Rich URL: Copy current note as rich URL, or bind a hotkey.title\nURL.manifest.json and main.js from the latest release.<your-vault>/.obsidian/plugins/copy-as-rich-url/.Add this repo URL in the BRAT plugin.
npm install
npm run dev # watch mode, rebuilds main.js on change
npm run build # one-shot production build
The plugin folder lives at <vault>/.obsidian/plugins/copy-as-rich-url/. Reload the plugin in Obsidian (toggle off/on) after each rebuild.
MIT