Converts files, selection and clipboard content from HTML to JADE using Aaron Powell's http://html2jade.aaron-powell.com/
This is basically a copy of pavelpachkovskij/sublime-html-to-haml.
not yet
With Package Decontrol
jfromaniello/sublime-html-to-jade
- Convert whole HTML file
Shift+Alt+F
- creates new file in the same folder using the same name as the source ending with '.html.jade'. - Convert selection
Shift+Alt+S
- replaces selection of HTML with JADE content. - Convert clipboard content
Shift+Alt+V
- inserts JADE of converted clipboard HTML content.
- HTML2Jade: Convert file
- HTML2Jade: Convert selection
- HTML2Jade: Convert clipboard content