Markmon real-time markdown preview
A simple Sublime Text package for real-time preview of markdown files with markmon.
Details
Installs
- Total 48K
- Win 25K
- Mac 15K
- Linux 7K
Jun 6 | Jun 5 | Jun 4 | Jun 3 | Jun 2 | Jun 1 | May 31 | May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 9 | 6 | 1 | 1 | 2 | 2 | 5 | 5 | 4 | 3 | 2 | 7 | 4 | 7 | 5 | 9 | 5 | 4 | 5 | 5 | 8 | 6 | 11 | 7 | 4 | 4 | 4 | 3 | 6 | 6 | 3 | 6 | 14 | 8 | 4 | 4 | 2 | 0 | 2 | 1 | 8 | 5 | 7 | 3 | 10 | 5 |
Mac | 3 | 2 | 1 | 0 | 3 | 2 | 2 | 1 | 0 | 0 | 0 | 2 | 4 | 3 | 0 | 3 | 2 | 1 | 1 | 4 | 7 | 1 | 3 | 1 | 0 | 0 | 2 | 1 | 2 | 0 | 2 | 2 | 1 | 3 | 3 | 1 | 0 | 1 | 1 | 3 | 1 | 4 | 3 | 5 | 2 | 1 |
Linux | 0 | 0 | 0 | 1 | 0 | 2 | 3 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | 2 | 1 | 0 | 1 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Sublime Text 3 - Markmon
SublimeText 3 integration with Markmon for real-time markdown preview with mathjax support.
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.