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

brianlingbrianling132 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

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 months ago
Created
3 months ago
Updates
2 releases
Downloads
132
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.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

Advanced URI

Control everything with URI.

Breadcrumbs

Visualise the hierarchy of your vault using a breadcrumb trail or matrix view.

Quick Switcher++

Enhanced Quick Switcher, search open panels, and symbols.

Commander

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

Note Toolbar

Add customizable toolbars to your notes.

Tab Switcher

Switch your tabs with Ctrl + Tab in recently used order like in a browser.

ExcaliBrain

An interactive, structured mind-map of your Obsidian vault.

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.