Skip to content

Sublime Text plugin to copy code blocks in Markdown files or open them in new tab

License

Notifications You must be signed in to change notification settings

SublimeText-Markdown/MarkdownCodeExporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sublime Text plugin to copy code blocks in Markdown files or open them in new tab

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages