This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Post Editor Zen Coding

বৰ্ণনা

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>

স্ক্ৰীনশ্বট

  • Editor button.
  • Editor in action.
  • Editor help.

ইনষ্টলেশ্যন

  1. Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation.
  2. Then activate the Plugin from Plugins page.
  3. Done!

সঘনাই উত্থাপিত প্ৰশ্ন

What are the requirements?

PHP 5.2 and up.

I have Found a Bug, Now what?

Simply use the Support Forum and thanks a head for doing that.

পৰ্য্যালোচনা

এই প্লাগিনৰ বাবে কোনো পৰ্য্যালোচনা নাই।

অৱদানকাৰী আৰু বিকাশকাৰীসকল

“Post Editor Zen Coding” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত অৱদান আগবঢ়াইছে।

অৱদানকাৰীসকল

আপোনাৰ ভাষাত “Post Editor Zen Coding” অনুবাদ কৰক।

বিকাশৰ প্ৰতি আগ্ৰহী?

ক’ড ব্ৰাউজ কৰক, SVN ৰিপজিটৰী চাওক নাইবা RSS-দ্বাৰা বিকাশৰ পঞ্জী ছাবস্ক্ৰাইব কৰক।

সলনি-পঞ্জী

0.2
Fixed JS errors.
swichted to jquery dialog for help.
js code was restructured as OOP.
added jQuery UI CSS.

0.1
initial release.