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:
(Color scheme in the screenshot comes from MarkdownEditing plugin.)
- Manual installation (zip): Download the zip of the repo and extract into Packages/MarkdownCodeExporter.
- Manual installation (git): Go to Packagesfolder andgit clone https://github.com/SublimeText-Markdown/MarkdownCodeExporter MarkdownCodeExporter.
- Package Control: Search for 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.
