Skip to content
| Marketplace
Sign in
Visual Studio>Tools>HtmlToZen
HtmlToZen

HtmlToZen

Kaio Barbosa

|
1,659 installs
| (3) | Free
Extension to convert regular HTML to ZenHTML.
Download

HtmlToZen

 

HtmlToZen is a visual studio extension for convert/minify regular HTML files to ZenHTML.

Following the concept of minification of JavaScript and CSS files, this extension minifies HTML files, creating it's version in ZenCoding and also removing any unnecessary spaces and line-breaks.

The HTML files can be reduced up to 4 times smaller saving bandwidth and loading webpages faster.

For example, this HTML:

HTML
Edit|Remove
html
<div id="page">    <div class="logo">    </div>    <ul id="navigation">    </ul></div>
<div id="page">     <div class="logo">     </div>     <ul id="navigation">     </ul> </div>
 Is minified to:
HTML
Edit|Remove
html
div#page>div.logo+ul#navigation
div#page>div.logo+ul#navigation

Important: It is required a client-side implementation (like AngularJS) to convert from ZenHTML to regular HTML before rendered in browsers.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft