Clipboard To MarkdownSave Markdown or plain text from the clipboard as a Markdown file with an automatically generated filename. Features
Usage
No keyboard shortcut is assigned by default. To assign one, add this to
Destination selectionThe extension uses the active workspace file's parent directory when possible. Otherwise it uses the single workspace root, asks which root to use in a multi-root workspace, or displays a folder picker when no workspace is open. Explorer focus is not used. Filename generationThe first Markdown H1 is preferred. If none exists, the first line with valid visible text is used. Markdown decoration is removed, unsafe filename characters are deleted, visible whitespace becomes underscores, and the result is limited to 250 UTF-8 bytes and 250 UTF-16 code units without splitting grapheme clusters. Existing names receive a numbered suffix such as Remote environmentsRemote SSH, WSL, and Dev Containers are supported. Clipboard text is read by the local VS Code UI extension, while files are written through VS Code workspace APIs to the remote filesystem. Known limitations
PrivacyThe extension performs no network communication, telemetry, usage collection, or crash reporting. Clipboard contents are written only to the selected destination. DevelopmentRequires Node.js and npm.
Create a VSIX:
Inspect the generated VSIX before distribution:
Marketplace publicationBefore publishing, verify that the Publisher ID |