OmniMarkupPreviewer

SublimeText 2&3 plugin to live preview markup files, supported (not limited to) markup formats are markdown, reStructuredText, WikiCreole and textile.

View the Project on GitHub timonwong/OmniMarkupPreviewer

OmniMarkupPreviewer

Description

OmniMarkupPreviewer is a plugin for both Sublime Text 2 and Sublime Text 3 that preview markups in web browsers. OmniMarkupPreviewer renders markups into htmls and send it to web browser in the backgound, which enables a live preview. Besides, OmniMarkupPreviewer provide support for exporting result to html file as well.

OmniMarkupPreviewer has builtin support following markups:

Donation

If you find my work useful, please consider buying me a cup of coffee, all donations are much appreciated :)

Donate via PayPal

Installation

With the Package Control plugin

The easiest way to install OmniMarkupPreviewer is through Package Control.

Once you have Package Control installed, restart Sublime Text.

  1. Bring up the Command Palette (Ctrl+Shift+P on Windows and Linux. ++P on OS X).
  2. Type "Install" and select "Package Control: Install Package".
  3. Select "OmniMarkupPreviewer" from list.

The advantage of using Package Control is that it will keep OmniMarkupPreviewer up to date automatically.

Manual Install

Without Git: Download the latest source code, and extract to the Packages directory.

With Git: Type the following command in your Sublime Text Packages directory:

git clone git://github.com/timonwong/OmniMarkupPreviewer.git

The "Packages" directory for Sublime Text 2 is located at:

And for the Sublime Text 3:

Usage

Key Bindings

The default key bindings:

Windows, Linux:

OSX:

Command Palette

Available OmniMarkupPreviewer commands in the command palette:

NOTE Command will not be available (greyed out) if current file syntax (or filename) doesn't match any of OmniMarkupPreviewer renderers.

What's New

For a complete list of changes, see CHANGELOG.md

v3.0.0 (02/28/2015)

v2.0.9 (08/02/2014)

v2.0.8 (04/15/2014)

v2.0.7 (04/14/2014)

v2.0.6 (01/27/2014)

v2.0.5 (01/24/2014)

v2.0.4 (08/10/2013)

v2.0.3 (07/18/2013)

v2.0.2 (06/17/2013)

v2.0.1 (05/12/2013)

v2.0 (03/31/2013)

v1.20 (03/15/2013)

v1.12 (03/13/2013)

License

This plugin released under MIT License:

Copyright © 2012 - 2015 Timon Wong

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Donors

DONORS.md