Converts selected markdown text to rich text and copies it to the clipboard so it can be pasted as formatted text into applications like Google Docs, Word, etc.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
A VSCode extension that converts selected markdown text to rich text and copies it to the clipboard so it can be pasted as formatted text into applications like Google Docs, Word, etc.
Sorry, this is a vibe-coded app. I just wanted the feature 🤷♀️
Demo
Showing regular copy & paste, and the new copy as rich text & paste
Windows / macOS: works out of the box (uses built-in PowerShell / osascript).
Linux: requires wl-clipboard on Wayland (sudo apt install wl-clipboard) or xclip on X11 (sudo apt install xclip). The extension picks one automatically based on $WAYLAND_DISPLAY. Without either, it falls back to copying the raw HTML as plain text and shows a warning.