Comandeer / ckeditor4-plugin-boilerplate

Boilerplate for CKE4 plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Boilerplate for CKE4 plugins

License:MIT License


Languages

Language:JavaScript 96.2%Language:HTML 3.8%