Skip to content

Suecameron/ExportHtml

 
 

Repository files navigation

Unix Build Status License

ExportHtml

This is a fork of Andrew Gibson's PrintHtml plugin. This plugin allows the exporting of a document in Sublime Text to a HTML file or to BBCode. It duplicates Sublime's theme colors and font styles.

Features

  • Export to HTML using any tmTheme for syntax highlighting.
  • Can handle any language supported by ST2.
  • Supports bold and italic theme font styles as well.
  • Configurable output.
  • Format suitable for copying and pasting in emails.
  • 2 included tmTheme files for color and grayscale printing (but any can be used).
  • Export only selections (multi-select supported).
  • Export and show highlights (multi-select supported).
  • Toggle gutter on/off in browser view.
  • Automatically open browser print dialog (optional).
  • Enable/disable configurable word wrapping.
  • Configurable toolbar to appear in the generated webpage.

Documentation

http://facelessuser.github.com/ExportHtml

#Credits

  • Andrew Gibson: Original idea and base code for converting Sublime view to HTML and allowing me to build off it to make ExportHtml.
  • Print-Color and Print-Grayscale tmThemes were derived from Monokai Bright.

License

ExportHtml is released under the MIT license.

Copyright (c) 2012 - 2015 Isaac Muse isaacmuse@gmail.com

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.

About

Sublime Text - Export code to HTML for copying/printing/saving. Also, export code to BBCode for forum posts.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 72.4%
  • JavaScript 14.7%
  • CSS 10.0%
  • HTML 2.9%