- compatible with Magento 1.9.x and / or Security Patch 8788
- update ckeditor 4.6.2
- add markdown-module
- add entities-module
==============================================
This extension replace Magento default WYSIWYG editor with CKEditor (http://ckeditor.com/)
Help me to keep development
- Full integration of CKEditor
- Support Insert Image, Widget, Variables
- Integrate CodeMirror (http://codemirror.net/) for syntax highlight when editing HTML source
- Can switch back to use default editor by changing configuration.
This extension is tested in Magento 1.9.1 but it should work on 1.8 and 1.7. Please file a issue if you get any errors.
-
Download release at https://github.com/ndlinh/NinePoints_Editor/releases and install via Magento Connect
-
Install via modman
modman clone https://github.com/ndlinh/NinePoints_Editor.git
- Upgrade to using CKEditor 4.4.6 (current is 4.4.5)
- Integrate CodeMirror for textarea in case of user disable WYSIWYG completely.
- Configurations:
- CKEditor GUI:
- Insert Image Dialog:
- Insert Variable Dialog:
- Insert Widget Dialog:
- HTML Source editing with syntax highlight:
This software is licensed under the Apache 2 license, quoted below.
Copyright 2015 Nguyen Duy Linh.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.