Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/revolunet/sublimetext-html-export
- Owner: revolunet
- Created: 2012-02-08T11:42:29.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-03T02:06:53.000Z (about 12 years ago)
- Last Synced: 2024-10-04T15:52:31.182Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 282 KB
- Stars: 14
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 publishThe 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