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

Advanced Copy

leschusterleschuster4k downloads

Copy Markdown and transform it into HTML, Anki, or any custom format. Create custom profiles with versatile templates tailored to your workflow.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates21

An Obsidian plugin to copy Markdown and transform it into HTML, Anki, or any custom format. Create custom profiles with versatile templates tailored to your workflow.

You can create templates for almost all Markdown elements supported by Obsidian, organized under a "Profile". Templates can include variables such as the heading level, element content, current filename, and date.

When running the plugin's commands, you need to select a profile. Default profiles are available and can be customized to your preferences.

💡 Example Use Cases

  • Copy notes as HTML with functioning links
  • Export selected Markdown as Anki-compatible HTML
  • Copy content along with a source reference to the original note
  • Quickly share text snippets by pasting them into platforms like Slack

🎬 Demo

Demo Image 1

Demo Image 2

https://github.com/user-attachments/assets/af4e9f83-d324-42f4-95fc-bda558bcee2c

🚀 Quickstart

You can download this plugin in the Obsidian Community plugins tab.

Here is how to do it manually:

  1. From the latest release, download main.js, manifest.json and styles.css.
  2. Open your vaults plugin directory: <vault>/.obsidian/plugins/
  3. Create a new directory called advanced-copy and place the downloaded files there.
  4. Restart Obsidian or reload the community plugins list.
  5. Enable Advanced Copy in the community plugins list.

▶️ Usage

This plugin adds the commands Advanced Copy: Copy Page and Advanced Copy: Copy Selection. You need to choose which profile to use. After that, the plugin will copy the Markdown text, perform transformations according to the profile and place the result in the clipboard.

To speed things up, you can add separate commands for each profile. You may also add hotkeys for these commands in Obsidians Hotkeys-Tab. Beware that you might need to restart Obsidian for the changes to take effect.

⚙️ Configuration

In the plugins setting tab, you can configure pre-existing profiles, delete or duplicate them. You can also enable/disable commands for specifc profiles (you need to restart Obsidian after that).

Global variables are listed at the beginning of the Templates section in the Edit dialog. Local variables are listed in the description of the template.

🤝 Contributing

Please create a dedicated Dev vault in Obsidian. Do not use your main vault!

  1. Go to your vaults plugin folder: <vault>/.obsidian/plugins/
  2. Clone this repository: git clone https://github.com/leschuster/obsidian-advanced-copy.git
  3. Rename the downloaded directory to advanced-copy and open it in your editor.
  4. Install dependencies: npm i
  5. Run the project: npm run dev
  6. Make your changes
  7. Run tests: npm run test or npm run test:watch

If you'd like to contribute, please fork the repository and open a pull request to the main branch.

Note: After you've made code changes, you need to either restart Obsidian or disable & enable the plugin. Alternatively, you can use the Obsidian Hot-Reload Plugin.

🚢 How to Release

  1. Update the version in the following files:
    • manifest.json
    • version-bump.mjs
    • package.json
  2. Run npm i to update the version in package-lock.json.
  3. Commit your changes.
  4. Tag the commit with the new release version:
    git tag -s 0.x.y -m "Release 0.x.y"
    
  5. Push the changes and open Pull Request.

🙏 Acknowledgements

The core functionality of this project, converting Markdown to a custom format, relies heavily on the incredible work done by the unified and remark projects. I am deeply grateful for their contributions.

55%
HealthGood
ReviewRisks
About
Transform Markdown into HTML, Anki-compatible HTML, or any custom format and copy the result to the clipboard. Create reusable profiles with templates for Markdown elements (supporting variables like heading level, content, filename, date) and run copy commands for page or selection.
HTMLMarkdownFlashcards
Details
Current version
0.10.0
Last updated
6 months ago
Created
2 years ago
Updates
21 releases
Downloads
4k
Compatible with
Obsidian 1.6.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
leschusterleschuster
github.com/leschuster
GitHubleschuster
  1. Community
  2. Plugins
  3. HTML
  4. Advanced Copy

Related plugins

Flashcards

Anki integration.

markdown export

Export Markdown to a package, including images.

Importer

Import data from Notion, Evernote, Apple Notes, Microsoft OneNote, Google Keep, Bear, Roam, and HTML files.

Outliner

Work with your lists like in Workflowy or Roam Research.

Spaced Repetition

Fight the forgetting curve by reviewing flashcards & entire notes.

Various Complements

Complete words similar to auto-completion in an IDE.

Linter

Format and style your notes. Linter can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular Markdown contents like list, italics, and bold styles; and more with the use of custom rule options.

Fantasy Statblocks

Create, manage and view a Fantasy Bestiary with Dungeons and Dragons style statblocks.

Custom Frames

Turn web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.

Auto Link Title

Automatically fetches the titles of links from the web.