Skip to content

Wrappers and Integration

gileneusz edited this page Feb 2, 2018 · 24 revisions

Wrappers

There are some great wrappers out there to help integrate MediumEditor into existing frameworks and tech stacks.

If you have created your own wrappers, or know of any that aren't listed, please add them to this document!

Angular

angular-medium-editor

AngularJS directive for Medium.com editor clone by @thijsw

ng2-medium-editor

Angular2 MediumContentEditor component by @bibitoo

ng2-meditor

Medium Editor for Angular2 by @astronaut1712

Ember CLI

ember-cli-medium-editor

This is an npm package that contains the Medium Editor library for use with Ember CLI by @lukebrenton

ember-medium-editor

Ember CLI addon to use Ember Editor in the Ember Apps by @kolybasov Created with DDAU principles in mind.

Aurelia

aurelia-medium-editor

This is an npm package that contains the Medium Editor library for use with Aurelia

Meteor

Markdown Wysiwyg for Meteor

A few of react components for meteor platform That provides visual edition of markdown text (input and output are in markdown) But also there is component with medium editor that works on html

Polymer

Polymer integration

A medium-editor for polymer by @bertzzie

A medium-editor for polymer by @filipproch

PHP

Yii2 Framework integration

A medium-editor for Yii2 by @borales

Rails

medium-editor-rails

Medium Editor integrated in Rails Asset Pipeline by @marjinal1st

scrivito-medium-editor

Gem that integrates MediumEditor in Scrivito UI by kostia

React

react-medium-editor

A React wrapper for medium-editor by @wangzuo

react-medium-editor-es6

ES6 version of React wrapper for medium-editor by @channikhabra

medium-editor-react-extension

Use react components inside medium-editor extensions


Django

django-mediumeditor

Medium Editor widget for Django by @g3rd

Elm

Elm MediumEditor by @tolgap

Elm bindings for medium-editor

Plastiq

plastiq-medium-editor

medium-editor for plastiq by @featurist

NWJS

NW-ME

A simple static files editor (desktop application) built on MediumEditor and NWJS

Redaxtor

Redaxtor-Medium

A MediumEditor component for Redaxtor library by Alex Chepura

Vaadin

vaadin-medium-editor

A Vaadin 7+ addon/wrapper for the medium-editor by @moberwasserlechner

VueJs

vue-medium-editor

A MediumEditor component for Vue 2 by FranzSkuffka

WordPress

ACF Medium Editor

Medium Editor integrated to WordPress as an add on field type for the Advanced Custom Fields Pro plugin by @hube2

Tutorials

Laravel

Zvonko Biškup has written an awesome tutorial about how to integrate MediumEditor into your Laravel Project.

Rails

Ahmet Duran has written a post describing how to use Medium Editor as an input field in Rails.

Artan Sinani has written two posts describing how to build a Rails blog app using Medium Editor. There is also a demo