Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.06 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.06 KB

Markdown Code Exporter

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:

image

(Color scheme in the screenshot comes from MarkdownEditing plugin.)

Installation

  • Manual installation (zip): Download the zip of the repo and extract into Packages/MarkdownCodeExporter.
  • Manual installation (git): Go to Packages folder and git clone https://github.com/SublimeText-Markdown/MarkdownCodeExporter MarkdownCodeExporter.
  • Package Control: Search for MarkdownCodeExporter.

Usage

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.

License

MIT