Post Editor Zen Coding

Post Editor Zen Coding Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 3,103 downloads
Post Editor Zen Coding Icon

Try plugin: Post Editor Zen Coding

We'll create fresh WordPress site with Post Editor Zen Coding installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Post Editor Zen Coding

This plugin add a syntax highlighted editor to WordPress Post new/edit screen with Emmet (zen coding) engine.

2


0


0


0


0

updated: 11 years ago
since: 11 years ago
author: bainternet

Description

This plugin add a syntax highlighted editor to WordPress Post new/edit screen with Emmet (zen coding) engine. which takes something like ul.nav>li.nav-item$*4>a and turn it to :

    <ul class="nav">
      <li class="nav-item1"><a href=""></a></li>
      <li class="nav-item2"><a href=""></a></li>
      <li class="nav-item3"><a href=""></a></li>
      <li class="nav-item4"><a href=""></a></li>
    </ul>