Skip to content

mlewand/ckeditor-plugin-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ckeditor-plugin-boilerplate

This repository contains a simple CKEditor plugin boilerplate.

Usage

Just clone it and start editing your plugin.js file.

You can preview your plugin in samples/index.html.

Testing

This plugin has also a basic testing infrastructure set up. All you need is:

npm install
npm run test-server

This will run a Bender.js instance, listening at localhost:1030.

For more information on how to test CKEditor, see CKEditor Testing Environment guide.

About

A boilerplate for quick CKEditor 4 plugin development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published