0.3.0 • Published 7 years ago

medium-editor-autoanglequotes v0.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

medium-editor-autoanglequotes

npm version

An extension for Medium Editor which auto adds angle quotation marks.

Demo

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

MIT License