0.3.0 • Published 8 years ago
medium-editor-autoanglequotes v0.3.0
medium-editor-autoanglequotes
An extension for Medium Editor which auto adds angle quotation marks.

How to install
$ npm install --save medium-editor-autoanglequotesUse the extension
const AutoAngularQuotes = require('medium-editor-autoanglequotes');
var editor = new MediumEditor('.editable', {
extensions: {
'autoanglequotes': new AutoAngularQuotes()
}
});Now, type << or >> followed by something else: « or » will appear!
License
Copyright (c) 2017 Emanuele Bertoldi