medium-editor-autoanglequotes
v0.3.0
Published
An extension for medium editor which auto adds angle quotation marks
Downloads
2
Maintainers
Readme
medium-editor-autoanglequotes
An extension for Medium Editor which auto adds angle quotation marks.
How to install
$ npm install --save medium-editor-autoanglequotes
Use 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