forked from rewish/wp-emmet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
57 lines (39 loc) · 1.21 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
=== Plugin Name ===
Contributors: rewish
Tags: emmet, zen-coding, editor, post, plugin, coding
Requires at least: 3.5
Tested up to: 3.9.1
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Emmet (ex-Zen Coding) for WordPress.
== Description ==
Do you want to use the [Emmet](http://emmet.io/) in admin page? This plugin will support it!
[Fork me on GitHub](https://github.com/rewish/wp-emmet) :)
== Installation ==
This section describes how to install the plugin and get it working.
e.g.
1. Upload `wp-emmet` directory to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. The Emmet is available in admin page
== Changelog ==
= 0.2.5 =
* Add others scope
= 0.2.4 =
* Add the Scope option
= 0.2.3 =
* Add option of editor style
= 0.2.2 =
* Fix a bug of shortcuts that occurs when `enable` the Code coloring
= 0.2.1 =
* Fix localization doesn't works
* Fix save on fullscreen mode doesn't works
= 0.2 =
* Support the Code coloring by [CodeMirror](http://codemirror.net/)
= 0.1.2 =
* Fix "Add Media" button doesn't works
= 0.1.1 =
* Update emmet.js
* Fix a bug that occurs when Options is not set
= 0.1 =
* Initial release