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

Fast Copier

KevinKevin64 downloads

Quickly copy inline code, formatted text, links, and tags.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates3

Fast Copier

<p>[<a href="https://github.com/TracingOrigins/obsidian-fast-copier-plugin/blob/master/README.zh.md">中文</a> | English | <a href="https://github.com/TracingOrigins/obsidian-fast-copier-plugin/blob/master/README.ru.md">Русский</a>]</p>
<p><a href="https://community.obsidian.md/plugins/fast-copier" target="_blank">Fast Copier</a> is an Obsidian plugin that adds a copy button next to formatted text — inline code, bold, italic, highlights, headings, tags, links, and more — in both Editing and Reading modes. Click the button to copy the content instantly, no external dependencies.</p>

Features

  • Copy button on formatted text — inline code, bold, italic, underline, strikethrough, highlight, headings, tags, internal links, and external links
  • Both modes — works in Editing (Source) mode and Reading (Live Preview / Preview) mode with a single shared toggle list
  • Unified content-type settings — one checkbox list to enable/disable each content type; no need to edit patterns or CSS selectors
  • Command-controlled visibility — toggle copy buttons on/off with the Toggle show/hide copy button command
  • Custom icon — choose the copy button icon
  • Copy notification — optional notice after copying
  • Zero dependencies — no external libraries at runtime, only Obsidian APIs
  • Multi-language UI — English, 中文, Русский support

Usage

  1. Install and enable the plugin
  2. In any note, a copy button appears to the right of supported content (e.g. inline code, bold, ==highlight==, # Heading, #tag, [[link]])
  3. Click the button to copy the content; the copied text matches the content type (e.g. tags keep the # prefix)
  4. Use the Toggle show/hide copy button command to show or hide all copy buttons at any time

Customize which content types show a button via Settings → Fast Copier.

Settings

Setting Default Description
Content types All enabled Checkbox list of content types (inline code, bold, italic, underline, strikethrough, highlight, heading, tag, internal link, external link). Enabled types show a copy button.
Copy button icon copy Icon used for the copy button.
Show copy notification On Show a notice after copying to clipboard.

Tip: Showing or hiding the copy buttons is controlled by the Toggle show/hide copy button command, not by a setting.

Requirements: Obsidian 1.13.0 or later.

Installation

From Obsidian Community Plugins

  1. Open Settings → Community plugins
  2. Disable Safe mode
  3. Click Browse and search for "Fast Copier"
  4. Install and enable

Manual

cd /path/to/vault/.obsidian/plugins
git clone https://github.com/TracingOrigins/obsidian-fast-copier-plugin.git fast-copier
cd fast-copier
npm install && npm run build

Then enable the plugin in Settings → Community plugins.

Development

  1. Copy .env.example to .env and set VAULT_PATH to your Obsidian vault path:
    VAULT_PATH=C:/Users/YourName/Documents/MyVault
    
  2. Install dependencies and start developing:
npm install        # install dependencies
npm run dev        # watch mode (auto-deploys to vault)
npm run build      # production build (auto-deploys to vault)
npm run lint       # run eslint
HealthExcellent
ReviewPassed
About
Add a copy button next to formatted text—inline code, bold/italic/underline, highlights, headings, tags, and internal/external links—in both Editing and Reading modes. Click to copy the exact content (tags keep the #), toggle visibility with a command, choose an icon, and show an optional copy notification; no external dependencies.
EditingInterfaceCommands
Details
Current version
1.0.2
Last updated
2 weeks ago
Created
3 weeks ago
Updates
3 releases
Downloads
64
Compatible with
Obsidian 1.13.4+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Sponsor
Support
Author
KevinKevintracingorigins
GitHubtracingorigins
  1. Community
  2. Plugins
  3. Editing
  4. Fast Copier

Related plugins

Note Toolbar

Add customizable toolbars to your notes.

Commander

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

Sort and Permute lines

Sort and Permute lines in whole file or selection.

Heading Shifter

Easily Shift and Change Markdown headings.

Lean Terminal

Embedded terminal panel powered by xterm.js and node-pty - no external windows.

Hover Editor

Transform the Page Preview hover popover into a fully working editor instance.

Hotkey Helper

Easily see and access any plugin's settings or hotkey assignments (and conflicts) from the Community Plugins tab.

Tray

Run Obsidian from the system tray for customisable window management and global quick notes.

Paste URL into selection

Paste URL "into" selected text.

Meta Bind

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