Markdown is a text-to-HTML conversion tool for web writers. Markdown
allows you to write using an easy-to-read, easy-to-write plain text
format, then convert it to structurally valid XHTML (or HTML).
- Full support of Markdown Extra
- Renders all CMS pages and all CMS blocks (Mage_Cms_Block_Block and Mage_Cms_Block_Widget_Block)
- Renders every transactional email as Markdown (or MD Extra)
- Rendering of catalog product and category short and long description fields have to be implemented in the phtml files by yourself.
- Integrates the awesome http://epiceditor.com: split fullscreen editing, live previewing, automatic draft saving and offline support.
- Drag'n'Drop of images supported in textarea fields. Automatic image uploading integrated (>=
IE10, Safari 6.0.2, FX3.6, Chrome 7, Opera 12.02)
- Converting of HTML into Markdown. Client side via JavaScript.
For further information please see the github repository: https://github.com/SchumacherFM/Magento-Markdown
Releases (6)
Date | Version | Notes |
---|---|---|
2014-03-16 | 2.1.1 | https://github.com/SchumacherFM/Magento-Markdown - Update EpicEditor
|
2014-01-20 | 2.1.0 | https://github.com/SchumacherFM/Magento-Markdown Tons of new features! See the github pages for the version history. - Enable/Disable markdown rendering in email template. (by Paul Hachmang)
|
2013-10-13 | 2.0.0 | https://github.com/SchumacherFM/Magento-Markdown Tons of new features! See the github pages for the version history. |
2013-09-11 | 1.4.2 | https://github.com/SchumacherFM/Magento-Markdown |
2013-09-08 | 1.4.0 | https://github.com/SchumacherFM/Magento-Markdown |
2013-09-02 | 1.1.0 | https://github.com/SchumacherFM/Magento-Markdown |