joelpt / sublimetext-print-to-html

Sublime Text 2 plugin to print colorized files as HTML via your browser.
57 stars 11 forks source link

Sublime Text 2 Print to HTML

A Sublime Text 2 plugin to print files as HTML with color syntax highlighting and line numbers, and open them in your browser for printing.

Colorization and HTML conversion is currently performed by Pygments, which supports a range of languages and syntaxes.

Installation

If you prefer to install manually, install git, then:

git clone https://github.com/joelpt/sublimetext-print-to-html "<Sublime Text 2 Packages folder>/Print to HTML"

Usage

Future goals

Credits

This code is available on Github. Pull requests are welcome.

Created by Joel Thornton.

Uses the Pygments library (included) for code-to-HTML conversion.