👓 Simple previewer package that compiles Jade to HTML in Atom.io:
- Mac/Linux/Windows: CTRL+ALT+j
- Pretty:
true
by default, used for prettyfying the generated HTML code. - Compile debug:
true
by default, used for Jade's error checking while developping. - Compile on save:
false
by default, used for refreshing preview each time the Jade code is changed. - Focus editor after compile:
true
by default, used for setting back the focus on the Jade code when preview is done.
- Some additional information on my blog site 👓: Jade within Atom.io.
- Declare your bugs 🐛 or enhancements ☀️ on Github
- 🐛 Advanced usages such as template automatic inclusion doesn't work.
- 🐛 Single line compilation does not work.
- The Atom.io team for their incredible editor.
- Adrianlee44 for his atom-coffee-compile on which this package is based.
- Visionmedia for the Jade language which spares me a hour of opening and closing tags.
- Mquandalle for his Meteor-jade package.