editore-italic-plugin
v1.0.3
Published
#### install Available on npm: `npm install editore-italic-plugin` or [directly download](https://github.com/evandroeisinger/editore-italic-plugin.js/raw/master/src/editore-italic-plugin.js)
Downloads
3
Maintainers
Readme
editore.js italic plugin
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! :santa:
Fork it -> Branch it -> Test it -> Push it -> Pull Request it :gem: