A multi-platform clipboard converter that transforms rich text into polished Markdown. Available as a Chrome/Edge/Firefox browser extension, with Raycast integration in development.
Primary Platform: Browser Extension – Paste formatted content from Microsoft Word, Google Docs, or the web, preview the converted Markdown instantly, and copy it back to your clipboard in a single click.
- Google Chrome – Markdown Converter for the web, Word, and Google Docs
- Microsoft Edge – Markdown Converter for the web, Word, and Google Docs
- Firefox or Zen – Markdown Converter
There is already a well-featured Raycast Markdown converted, Paste to Markdown, from @wei. While we figure out how to collaborate, I probably won't proceed with publishing my
Raycast integration. However, you can install it locally as a Raycast developer using npm run dev:raycast.
- One-click conversion – Read HTML from the clipboard and convert it to Markdown using Turndown.
- Context menu integration – Right-click on selected text anywhere on the web and choose "Copy as Markdown" to convert and copy formatted content instantly.
- Smart fallback – Gracefully handles plain text when no rich content is available.
- Automatic copy-back – Immediately writes the generated Markdown to your clipboard after each conversion.
- Live paste listener – Supports keyboard pastes (
Cmd/Ctrl + V) directly inside the popup. - Word-aware headings – Promotes Microsoft Word clipboard headings so Markdown keeps its structure.
- Google Docs normalization – Cleans up Docs-specific spans and non-breaking spaces so the output stays readable.
- Monospace heuristics – Detects Courier-style Word paragraphs and emits fenced code blocks.
- Bold span detection – Upgrades inline
font-weight: boldspans into Markdown**strong**text. - Image support – Includes conversion of inline images (beware large images will result in massive Markdown!)
- Click the extension icon to open the popup.
- Press Paste & Convert or press
Cmd/Ctrl + Vwith formatted content on your clipboard. - The Markdown appears in the output area and is automatically copied back to your clipboard so you can paste it wherever it's needed.
- Select any formatted text on a webpage, document, or local HTML file.
- Right-click on the selection and choose "Copy as Markdown" from the context menu.
- The converted Markdown is automatically copied to your clipboard – no popup needed!
- A green checkmark (✓) badge appears on the extension icon to confirm successful conversion.
Clipboard permissions: Chrome will prompt for clipboard permissions when first reading or writing. Accept the prompt so the extension can function correctly.
A native Raycast command for clipboard conversion, on macOS only:
- Copy formatted content from any application (Word, Google Docs, web pages, etc.)
- Open Raycast and run "Convert Clipboard to Markdown"
- Converted Markdown is automatically copied back to your clipboard
If you use org-mode, mdconv has built-in Org output support:
- Browser extension: Select "Org" from the format dropdown, or use the "Copy as Org" context menu
- Keyboard shortcut: Cmd+Shift+O (Mac) / Ctrl+Shift+O (Windows/Linux)
- Raycast: Use the "Convert Clipboard to Org" command
See DEVELOPERS.md for:
- Architecture overview and platform design
- Build instructions for Chrome, Firefox, and Raycast
- Development workflow and testing
- Code quality standards
- @nahals for original inspiration, Windows usage, and more
- This extension builds on the amazing Turndown library

