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 50K
  • Win 27K
  • Mac 15K
  • Linux 8K
Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7
Windows 2 0 1 3 1 0 3 0 0 2 2 2 1 3 7 3 3 1 0 0 1 7 6 4 3 0 0 2 1 1 0 2 1 2 2 5 2 3 1 0 2 1 3 6 6 2
Mac 0 0 0 0 0 0 3 0 0 1 0 0 0 0 1 2 0 1 0 0 2 1 1 0 0 0 3 0 0 0 2 0 0 0 1 1 1 1 1 0 0 2 1 2 1 1
Linux 0 1 0 1 0 2 0 0 0 4 1 0 0 1 0 0 3 0 0 1 1 1 0 0 0 1 1 3 0 0 0 1 3 1 1 0 0 1 0 1 0 1 0 0 1 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.