anvil.ckeditor

Scaffold for CKEditor plugins

Usage no npm install needed!

<script type="module">
  import anvilCkeditor from 'https://cdn.skypack.dev/anvil.ckeditor';
</script>

README

anvil.scaffold.ckeditor

This repository generates Anvil scaffolds for CKEditor plugin creation.

To install these scaffolds, run:

anvil install anvil.scaffold.ckeditor

Once it is installed, you'll be able to run:

  • anvil gen ckeditor adds a new CKEditor plugin

The plugin will prompt you for the path where you have CKEditor installed and the name you want to give your plugin.

The plugin will be available at /src//ckeditor/plugins/

The scaffolding will also generate a Mocha test suite for your plugin at /spec/ckeditor..spec.js