Skip to content

Releases: yhotta240/paste-as-markdown-codeblock

v1.1.0

24 Nov 17:57
164683f

Choose a tag to compare

What's Changed

  • Add automatic language detection for clipboard content by @Copilot in #2

New Contributors

  • @Copilot made their first contribution in #2

Full Changelog: v1.0.2...v1.1.0

v1.0.0 - Initial Release

08 Jun 06:33

Choose a tag to compare

🎉Initial Release

This is the first release of paste-as-markdown-codeblock.

Features

  • Paste the copied code as a Markdown code block using Ctrl+Alt+V
  • Press Ctrl+Space to enter a language identifier (e.g., JavaScript, Python, TypeScript).
  • Right-click in the editor and select "Paste as Markdown CodeBlock" to use the command from the context menu.

Note: Automatic language detection is not implemented in this version