Kevin64 downloadsQuickly copy inline code, formatted text, links, and tags.
<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>
inline code, bold, ==highlight==, # Heading, #tag, [[link]])# prefix)Customize which content types show a button via Settings → Fast Copier.
| 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.
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.
.env.example to .env and set VAULT_PATH to your Obsidian vault path:VAULT_PATH=C:/Users/YourName/Documents/MyVault
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