yuguang / fiddlesalad

An online playground with an instantly ready coding environment. Combine language preprocessors, CSS, HTML and JavaScript to create and share coding examples.
fiddlesalad.com
GNU General Public License v3.0
232 stars 80 forks source link

[Jade template mode] Emmet producing HTML instead of Jade #26

Open movstox opened 11 years ago

movstox commented 11 years ago

Thank you again for such a nice playground. Not sure if possible, but would be great if we get Jade-compliant templates as Emmet's output.

yuguang commented 11 years ago

One way to do this currently is to have two tabs open, one with HTML and another with Jade. In the HTML tab, use Emmet to generate HTML to paste into the Jade tab under Tools -> "Paste HTML ...". Doing this all at once is possible with some work.

movstox commented 11 years ago

Good idea and you are right, it seems there's no Emmet->Jade filter for the moment..