This project is not covered by Drupal’s security advisory policy.

Drupal integration for SimpleMDE Markdown Editor:

A drop-in JavaScript textarea replacement for writing beautiful and understandable Markdown. The WYSIWYG-esque editor allows users who may be less experienced with Markdown to use familiar toolbar buttons and shortcuts. In addition, the syntax is rendered while editing to clearly show the expected result. Headings are larger, emphasized words are italicized, links are underlined, etc. SimpleMDE is one of the first editors to feature both built-in autosaving and spell checking.

D8 Note:
Issue tracking is disabled on this project, if you wish to contribute please use its GitHub fork.

Prior to installing this module you should specify the following repository in your composer.json:

    "repositories": [
        {
            "type": "composer",
            "url": "https://packages.drupal.org/8"
        },
        {
            "type": "package",
            "package": {
                "name": "ionaru/easy-markdown-editor",
                "version": "2.15.0",
                "type": "drupal-library",
                "dist": {
                    "url": "https://registry.npmjs.org/easymde/-/easymde-2.15.0.tgz",
                    "type": "tar"
                }
            }
        }
    ],

D7 Note:
This version is minimally maintained. Patches on the Drupal issue queue are reviewed though. To use it, install the simplemde library under sites/all/libraries/simplemde-markdown-editor, enable the module, and enable the editor under textarea widget settings.

simplemde

Supporting organizations: 

Project information

Releases