Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Copy as Rich URL

brianlingbrianling11 downloads

Copy 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.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates2

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.

Why

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.

Usage

  1. Open the note you want to link to.
  2. Click the 🔗 Copy as Rich URL icon in the left ribbon, or run the command palette command Copy as Rich URL: Copy current note as rich URL, or bind a hotkey.
  3. Paste anywhere — rich-text editors get a hyperlink, plain-text editors get title\nURL.

Install

Manual

  1. Download manifest.json and main.js from the latest release.
  2. Drop both files into <your-vault>/.obsidian/plugins/copy-as-rich-url/.
  3. In Obsidian: Settings → Community plugins → Reload → enable Copy as Rich URL.

BRAT (beta installer)

Add this repo URL in the BRAT plugin.

Develop

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.

License

MIT

98%
HealthExcellent
ReviewPassed
About
Copy the current note as a rich hyperlink to the system clipboard. The plugin writes both text/html (with a proper anchor tag) and text/plain, so rich-text editors paste a single clickable link with the note title as anchor text, while plain-text editors get the title and URL on separate lines. Invoke via the left ribbon icon, the command palette, or a custom hotkey. Useful for cross-linking knowledge bases like FuseBase, Notion, Confluence, Slack, and Gmail back to your notes.
LinksCommands
Details
Current version
0.1.1
Last updated
3 days ago
Created
3 days ago
Updates
2 releases
Downloads
11
Compatible with
Obsidian 1.0.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
brianlingbrianlingbrianling
GitHubbrianling
  1. Community
  2. Plugins
  3. Links
  4. Copy as Rich URL

Related plugins

Paste URL into selection

Paste URL "into" selected text.

Find orphaned files and broken links

Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.

Smart Connections

AI link discovery copilot. See related notes as you write. Lookup using semantic (vector) search across your vault. Zero-setup local model for embeddings, no API keys, private.

Quick Switcher++

Enhanced Quick Switcher, search open panels, and symbols.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

Commander

Customize your workspace by adding commands everywhere, create macros and supercharge your mobile toolbar.

Link Favicons

See the favicon for a linked website.

Advanced URI

Control everything with URI.

Waypoint

Easily generate dynamic MOCs in your folder notes using waypoints. Enables folders to show up in the graph view and removes the need for messy tags!

Auto Link Title

Automatically fetches the titles of links from the web.