A Sublime Text plugin that adds useful action buttons for handling code blocks in Markdown files.
Currently supported actions:
- copy: Copies the code block content to your clipboard.
- open in tab: Opens the code block in a new tab with appropriate syntax highlighting.
Screenshot:
Go to Packages folder and git clone https://github.com/SublimeText-Markdown/MarkdownCodeExporter MarkdownCodeExporter.
The plugin automatically activates when you open a Markdown file. For each fenced code block, you'll see action buttons. The plugin dynamically reacts to your modifications in the file.
