medium-editor-autoanglequotes

0.3.0 • Public • Published

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

Package Sidebar

Install

npm i medium-editor-autoanglequotes

Weekly Downloads

2

Version

0.3.0

License

MIT

Last publish

Collaborators

  • zuck