From 4931a84bc2473be30c344cb1269ccad82e78f8a0 Mon Sep 17 00:00:00 2001 From: Morgan Croney Date: Wed, 10 Aug 2016 15:13:06 -0400 Subject: [PATCH] add external button example --- src/js/extensions/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/js/extensions/README.md b/src/js/extensions/README.md index 36656f2d6..5a9c1fced 100644 --- a/src/js/extensions/README.md +++ b/src/js/extensions/README.md @@ -117,6 +117,8 @@ * An extension that inserts custom HTML using a new button in the MediumEditor toolbar * [MediumButton](https://github.com/arcs-/MediumButton) * Extends your Medium Editor with the possibility add buttons. +* [MediumEditor Phrase](https://github.com/nymag/medium-editor-phrase) + * Adds a configurable button to the MediumEditor toolbar which adds phrasing content tags (e.g. `span` tags) to selected text. * [MediumEditor Handsontable](https://github.com/asselinpaul/medium-editor-handsontable) * Supports adding [handsontable](https://handsontable.com/) spreadsheets to MediumEditor. * [MediumEditor Lists](https://github.com/mkawczynski07/medium-editor-list)