Skip to content

Commit a4aceee

Browse files
author
Boye Oomens
committed
# By Boye # Via Boye * 'master' of https://github.com/e-sites/magento-advanced-html-editor: Update README.md
2 parents a4ef5ce + 9590874 commit a4aceee

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ Magento Advanced HTML Editor
99
## Introduction
1010
If you're familiar with Magento and you've spent some time working with CMS pages and static blocks, you'll know that producing clean semantic HTML markup with the TinyMCE editor can be quite a hassle. Especially when fiddling around in the "design view" it'll often result in invalid or unwanted HTML. Of course you can open up the default source editor and go from there. But you probably know that this will not be very pleasant as well, the code looks like a big bowl of tag soup and editing it can give you a real headache.
1111

12-
This extension adds an additional editor to Magento's WYSIWYG editor that is similar to your favorite IDE. It offers several great <a href="#Features">features</a> that will not only save you quite a bit of time but also makes editing HTML a lot easier
12+
This extension adds an additional editor to Magento's WYSIWYG editor that is similar to your favorite IDE. It offers several great <a href="#Features">features</a> that will not only save you quite a bit of time but also makes editing HTML a lot easier.
13+
14+
![alt tag](http://github.e-sites.nl/_img/editor-dialog.png)
1315

1416
###CodeMirror
1517
Under the hood this extension uses <a href="https://codemirror.net/">CodeMirror</a> and a handful of it's addons. In case you never heard of CodeMirror, let us quote the author of this great library real quick:
@@ -33,6 +35,8 @@ The following features are available can be enabled or disabled via System > Con
3335

3436
Also, you can change it's appearance by picking one of the 36 available <a href="https://codemirror.net/demo/theme.html">themes</a> or overriding the default `font-size`.
3537

38+
![alt tag](http://github.e-sites.nl/_img/extension-conf.png)
39+
3640
##Getting started
3741
1. Download the extension
3842
2. Copy / paste the contents in your Magento root directory
@@ -52,4 +56,4 @@ Browser support is similar to the support that CodeMirror offers. This means the
5256
We really must give credit to Marijn Haverbeke (of <a href="https://codemirror.net/">CodeMirror</a> fame) and of course all it's contributors. All we did was wrap the library up in a TinyMCE plugin and make it customizable through the Magento admin.
5357

5458
##License
55-
Copyright (C) 2015 E-sites, <a href="http://www.e-sites.nl/">http://e-sites.nl/</a> Licensed under the OSL v3.0
59+
Copyright (C) 2015 E-sites, <a href="http://www.e-sites.nl/">http://e-sites.nl/</a> Licensed under the OSL v3.0

0 commit comments

Comments
 (0)