An extension for medium editor which auto adds angle quotation marks
npm install medium-editor-autoanglequotes
> An extension for Medium Editor which auto adds angle quotation marks.
!Demo
``bash`
$ npm install --save medium-editor-autoanglequotes
`js
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!
Copyright (c) 2017 Emanuele Bertoldi