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
- Libraries API: https://www.drupal.org/project/libraries
- jQuery Update: https://www.drupal.org/project/jquery_update -- only if you want the Media module integration. You'll need to use jQuery 1.9.x
Installation
- Download the module and put it in sites/all/modules (or another valid module path).
- Download the medium editor library (https://github.com/daviferreira/medium-editor/archive/1.9.4.zip) and put it in sites/all/libraries/mediumeditor
- Download the medium editor insert library (https://github.com/orthes/medium-editor-insert-plugin/archive/0.2.14.zip) and extract it to sites/all/libraries/medium-editor-insert-plugin
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:
- Cameron Eagans (cweagans)
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
- Project categories: Content editing experience, Integrations
- chart icon2 sites report using this module
- Created by cweagans on , updated
- shield alertThis project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.