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 Link Button

ChekTekChekTek127 downloads

Adds a copy button next to markdown links and bare URLs so you can copy the URL with a single click.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates4

An Obsidian plugin that adds a small copy button next to links and images, so you can copy their target to your clipboard with a single click — much like the copy button next to code blocks.

Copy button next to a link

Features

  • Adds a copy button next to markdown links ([text](https://…)), bare URLs (https://…), and wikilinks ([[Note|Alias]]).
  • Supports internal embeds (![[image.png]]) and markdown images (![alt](https://…)) with a floating copy button for rendered images.
  • Works in both editing / Live Preview and reading view.
  • Clicking the button copies the URL, wikilink, or image target and briefly shows a checkmark.
  • Buttons are always visible by default, with a setting to only show them while holding Ctrl, Cmd, Alt, or Shift.
  • Styled with Obsidian theme variables, so it matches the external-link icon in light and dark themes.

Installation

From the community plugin store

Once approved: Settings → Community plugins → Browse, search for "Copy Link Button", install, and enable.

Manual

  1. Download main.js, manifest.json, and styles.css from the latest release.
  2. Copy them into your vault at <vault>/.obsidian/plugins/copy-link-button/.
  3. Reload Obsidian and enable the plugin under Settings → Community plugins.

Development

npm install --legacy-peer-deps   # obsidian pins an exact CodeMirror peer dep
npm run dev                       # watch + rebuild main.js

Symlink (or copy) the repo into your vault's plugins folder to test live:

ln -s "$(pwd)" "<vault>/.obsidian/plugins/copy-link-button"

Building

npm run build     # type-check + production build (main.js in repo root)
npm run package   # production build collected into dist/ for distribution

Releasing

Pushing to main runs the release workflow. When the version in manifest.json doesn't yet have a matching git tag, the workflow builds the plugin and publishes a GitHub release (tagged with the bare version, e.g. 1.0.0) with main.js, manifest.json, and styles.css attached.

To cut a release: bump the version in manifest.json (and versions.json / package.json), commit, and push to main.

License

MIT

HealthExcellent
ReviewSatisfactory
About
Add a small copy button next to markdown links and bare URLs to copy the link to the clipboard with one click in edit, Live Preview, and reading views. Show a brief checkmark after copying and style the button to match Obsidian themes while leaving wikilinks untouched.
LinksEditing
Details
Current version
1.1.0
Last updated
2 months ago
Created
2 months ago
Updates
4 releases
Downloads
127
Compatible with
Obsidian 1.4.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
ChekTekChekTekchektek
GitHubchektek
  1. Community
  2. Plugins
  3. Links
  4. Copy Link Button

Related plugins

Paste URL into selection

Paste URL "into" selected text.

Note Refactor

Extract note content into new notes and split notes.

Easy Copy

Easily copy the text within inline code, bold text (and many other formats), or quickly generate an elegant link to a heading or block.

Advanced Tables

Improved table navigation, formatting, and manipulation.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

Advanced URI

Control everything with URI.

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.

Breadcrumbs

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

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.

Outliner

Work with your lists like in Workflowy or Roam Research.