Markmon real-time markdown preview
A simple Sublime Text package for real-time preview of markdown files with markmon.
Details
Installs
- Total 45K
- Win 24K
- Mac 14K
- Linux 7K
Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 5 | 6 | 7 | 6 | 11 | 8 | 12 | 6 | 1 | 10 | 11 | 13 | 3 | 7 | 5 | 6 | 8 | 11 | 7 | 8 | 5 | 4 | 6 | 16 | 11 | 13 | 9 | 16 | 4 | 5 | 9 | 6 | 3 | 7 | 6 | 7 | 5 | 7 | 6 | 4 | 10 | 6 | 3 | 3 | 5 | 3 |
Mac | 0 | 1 | 1 | 0 | 2 | 3 | 2 | 2 | 2 | 0 | 1 | 2 | 4 | 2 | 1 | 1 | 2 | 5 | 5 | 13 | 2 | 1 | 1 | 1 | 2 | 5 | 2 | 0 | 0 | 1 | 2 | 0 | 2 | 3 | 2 | 1 | 2 | 5 | 3 | 1 | 4 | 1 | 1 | 0 | 1 | 7 |
Linux | 0 | 0 | 3 | 2 | 2 | 0 | 1 | 2 | 0 | 0 | 4 | 3 | 0 | 0 | 0 | 0 | 2 | 1 | 0 | 3 | 1 | 1 | 0 | 1 | 0 | 2 | 0 | 4 | 0 | 1 | 0 | 1 | 1 | 2 | 0 | 1 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 2 | 2 | 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.