3.0.1 • Published 7 years ago

medium-editor-insert-plugin-es6 v3.0.1

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

Insert extension for MediumEditor

Vanilla ES2015 (transpiled with Babel) extension for MediumEditor. Extend your favorite editor with images and embeded videos and social media.

No dependencies! Jiiihaaa :tada:

Usage

<link href="dist/css/medium-editor-insert.css" rel="stylesheet">

<script src="dist/js/medium-editor-insert.js"></script>

<script>
    var editor = new MediumEditor('.editable', {
        extensions: {
            'insert': new MediumEditorInsert()
        }
    });
</script>

Development

  • npm run build: Builds everything
  • npm run css: Builds CSS
  • npm run watch: Watches for changes in JS and SASS
  • npm test: Runs ESLint and Karma