Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/revolunet/sublimetext-html-export

Export your code to nicely formatted HTML
https://github.com/revolunet/sublimetext-html-export

Last synced: about 2 months ago
JSON representation

Export your code to nicely formatted HTML

Awesome Lists containing this project

README

        

Sublime Text 2 HTML Export
=====

A simple ST2 plugin to help you export your code in a single HTML file.

Your code, needed JS and CSS are bundled in a single HTML file and displayed in your browser.

Support many syntaxes thanks to [CodeMirror 2][0]

**Installation :**

- you should use [sublime package manager][3]
- use `cmd+shift+P` then `Package Control: Install Package`
- look for `Html Export` and install it.

**Usage :**

- use `cmd+shift+P` then `Html Export` to export the current file
- or bind some key in your user key binding
- in your HTML Export user settings, customize your codeMirror configuration if needed (lineNumbers, theme...)

**Uses :**

- [CodeMirror 2][0] for awesome syntax highlighting

**Todo :**

- ~~Selectable theme~~
- Export and publish

The code is available at github [https://github.com/revolunet/sublimetext-html-export][2]

Licence MIT : [http://revolunet.mit-license.org][4]

[0]: https://github.com/marijnh/CodeMirror2
[2]: https://github.com/revolunet/sublimetext-markdown-preview
[3]: http://wbond.net/sublime_packages/package_control
[4]: http://revolunet.mit-license.org