Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Comandeer/ckeditor4-plugin-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate

JUST LOOK HOW COOL YOUR NEW PLUGIN FOR CKE4 CAN BE!!!

Usage

Hint: it's the part that you have to invent.

Compatibility

It's compatible with latest Chrome and Safari versions. It should also work in Firefox after activating proper experimental flag.

Hacking around

First install boilerplate as a part of CKEditor 4 dev repository:

cd PATH_TO_CKEDITOR_DEV/plugins
git clone git@github.com:Comandeer/ckeditor4-plugin-boilerplate.git boilerplate
npm install

Then run bender:

npm test

and go to http://localhost:1030 to run the tests.

License

The plugin is licensed under MIT license.