editore-link-plugin

1.0.2 • Public • Published

editore.js link plugin npm version

install

Available on npm: npm install editore-link-plugin or directly download

basic usage

It's easy to use! Load editore.js into your application, instantiate it and register the new edition plugin.

var editore = new Editore(document.getElementById('editor')),
    LinkPlugin;
 
// Global
LinkPlugin = window.EditoreLinkPlugin;
// CommonJS
LinkPlugin = require('editore-link-plugin');
 
// then register!
editore.registerEditionPlugin(LinkPlugin);

support

  • chrome: ?
  • firefox: ?
  • safari: ?
  • internet explore: ?

contribute

Everyone can contribute! Finding bugs, creating issues, improving editor it self or creating components. Every contribution will be welcomed! 🎅

Fork it -> Branch it -> Test it -> Push it -> Pull Request it 💎

Package Sidebar

Install

npm i editore-link-plugin

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • evandroeisinger