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

Markmon real-time markdown preview

by yyjhao ST3

A simple Sublime Text package for real-time preview of markdown files with markmon.

Details

Installs

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

Readme

Source
raw.​githubusercontent.​com

Sublime Text 3 - Markmon

SublimeText 3 integration with Markmon for real-time markdown preview with mathjax support.

markmon

Important note

You have to install Markmon separately for this plugin to work. You can do so by

npm install -g markmon

Note that markmon relies on Node.js.

Markmon does not come with its own markdown converter so you will need to install your own. I recommend pandoc. Currently mathjax support is limited to pandoc only.

If you want to customize your pandoc parameters or use a converter other than pandoc, go to Sublime Text → Preferences → Package Settings → Markmon → Settings(User) and update the 'command' parameter according to Settings(Default). More information about the parameters can be found in the documentation for Markmon.

Installation Instructions

Package Installer:

  • Install Sublime Package Control
  • Select “Package Control: Install Package” from the Command Palette (⌘⇧P)
  • Find “Markmon” and select

Manually:

  • Download sublime-text-markmon and copy unzipped folder to your Sublime Text packages folder (Sublime Text → Preferences → Browse Packages…)
  • Restart Sublime Text

Usage

First note that markmon only watches your views with markdown syntax, so be sure to check the syntax setting.

Command Palette:

  • Select “Markmon launch” from the Command Palette (⌘⇧P)

Keyboard Shortcut:

You can check the default short cut by going to Sublime Text → Preferences → Package Settings → Markmon → Key Bindings - Default.

Menus:

  • Select Tools → markmon

Acknowledgment

I use sublime-text-marked and SublimeLinter3 as templates for this plugin.