Clip Link
approvedby kanade2511
Copy any text to clipboard by clicking a Markdown link with clip: scheme. - This plugin has not been manually reviewed by Obsidian staff.
★ 1 stars↓ 114 downloadsUpdated 1mo agoMIT
Clip Link
Copy any text to clipboard with a single click — just like a regular link.
- [Phone](clip: 770-555-5765)
- [Email](clip: foo@example.com)
- [Command](clip: brew install ffmpeg)
- Prompt
Click → copied. No navigation, no right-click, no text selection.
Install
- Install BRAT from Community Plugins
Add a beta plugin→https://github.com/kanade2511/clip-link-obsidian- Enable Clip Link in Community Plugins
Or copy main.js + manifest.json into .obsidian/plugins/clip-link/.
Usage
| Markdown | Result |
|---|---|
[Call](clip: +1-555-0199) | Copies +1-555-0199, shows "Copied: Call" |
[Key](clip: sk-xxxx) | Copies sk-xxxx |
[GitHub](https://github.com) | Navigates normally — only clip: links are intercepted |
[Text](clip: hello) | Copies hello |
Links using clip: are shown in cyan to distinguish them from regular links.
Why
- Zero config — install and use
- No plugin settings
- Works in Reading View and Live Preview
- Uses standard Markdown syntax
Compatibility
- Obsidian Desktop (v0.15+)
- Obsidian Mobile
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.