ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Markdown to Clipboard

by zhimiaoli ALL

A simple plugin that convert markdown text to HTML in Sublime Text and send it to your Clipboard

Details

Installs

  • Total 6K
  • Win 3K
  • Mac 2K
  • Linux 824
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 0 0 0 0 0 0 0 1 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2
Linux 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

What is it?

Markdown2Clipboard is a simple Sublime Text plugin that converts markdown text into HTML and copy it to system clipboard. so you can paste it in some HTML code editor.

How to install

  1. download it or use git to check it out.
  2. unzip it to you Sublime Text Package folder,(FYI: Preferences/Browse Packages)
  3. after edit your markdown text,right click in the edit area,chooseCopy Markdown as HTML

How to use it

when editing a markdown file,just right click anywhere in the edit area.and choose Copy Markdown as HTML

Feature

  1. footnotes support
  2. wiki table,though I made a little change to this

other

this plugin is using Markdown2 module by trentm.

more info can be found on my blog.

changelog

2012/11/5

  1. Added status message
  2. Support selection mode now, if you have selected some text,it will only convert seleted text now.