Skip to content

evandroeisinger/editore-bold-plugin.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

editore.js bold plugin npm version

install

Available on npm: npm install editore-bold-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')),
    BoldPlugin;

// Global
BoldPlugin = window.EditoreBoldPlugin;
// CommonJS
BoldPlugin = require('editore-bold-plugin');

// then register!
editore.registerEditionPlugin(BoldPlugin);

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 💎

About

A bold plugin for editore.js edition component

Resources

Stars

Watchers

Forks

Packages

No packages published