lPadier / jade-compile

Preview and save Jade file to HTML within Atom.io

Home Page:http://pem-musing.blogspot.fr/2014/07/jade-within-atomio-fasten-your-html-and.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jade-compile package

πŸ‘“ Simple previewer package that compiles Jade to HTML in Atom.io:

  • Mac/Linux/Windows: CTRL+ALT+j

Jade previewer

Available settings

  • Pretty: true by default, used for prettyfying the generated HTML code.
  • Compile debug: trueby 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.

Additional informations

  • Some additional information on my blog site πŸ‘“: Jade within Atom.io.
  • Declare your bugs πŸ› or enhancements β˜€οΈ on Github :octocat:

Known limitations

  • πŸ› Advanced usages such as template automatic inclusion doesn't work.
  • πŸ› Single line compilation does not work.

Acknowledgements

  • 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.

About

Preview and save Jade file to HTML within Atom.io

http://pem-musing.blogspot.fr/2014/07/jade-within-atomio-fasten-your-html-and.html

License:MIT License


Languages

Language:CoffeeScript 96.2%Language:CSS 3.8%