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

The Medium module provides a field widget that you can use for Long Text fields.
The editing interface is similar to that of Medium.com.

Requirements

Installation

Drush Make

If you're using Drush Make to manage your Drupal files, you can add these lines
to download the required Javascript libraries instead of doing it manually.

 ; Libraries
 libraries[mediumeditor][download][type] = "file"
 libraries[mediumeditor][download][url] = "https://github.com/daviferreira/medium-editor/archive/1.9.4.zip"
 libraries[mediumeditor][destination] = "libraries"
 libraries[medium-editor-insert-plugin][download][type] = "file"
 libraries[medium-editor-insert-plugin][download][url] = "https://github.com/orthes/medium-editor-insert-plugin/archive/0.2.14.zip"
 libraries[medium-editor-insert-plugin][destination] = "libraries"

Drupal 8 version

d8 version is in early alpha.

Installation

See README.md for install instructions.

Contact

Current maintainers:

This project has been sponsored by:

  • Young Writers Project
    A civil, creative space for youths to write, share meaningful feedback and work with mentors and artists in informal learning groups.

Project information

Releases