editore-italic-plugin

1.0.3 • Public • Published

editore.js italic plugin npm version

install

Available on npm: npm install editore-italic-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')),
    ItalicPlugin;
 
// Global
ItalicPlugin = window.EditoreItalicPlugin;
// CommonJS
ItalicPlugin = require('editore-italic-plugin');
 
// then register!
editore.registerEditionComponent(ItalicPlugin);

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 💎

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    2
  • 1.0.2
    1
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i editore-italic-plugin

Weekly Downloads

3

Version

1.0.3

License

MIT

Last publish

Collaborators

  • evandroeisinger