@albertywu/ckeditor-presets
v1.0.1
Published
custom ckeditor config for Coatue
Downloads
30
Readme
Forked from https://github.com/ckeditor/ckeditor-presets
Coatue CKEditor Builder
Get latest ckeditor core:
git submodule update --init
Create a new Plugin
- Add your plugin to
/plugins
(see/plugins/timestamp
for a basic example plugin). - Update
/presets/coatue-build-config.js
to include your fresh plugin. - Build using
./build.sh coatue
. The finished build will be in/dist
Create a new Skin
- Add your skin to
/skins
(see/skins/coatue
for a basic skin example). - Update
/presets/coatue-build-config.js
to include your fresh skin. - Build using
./build.sh coatue
. The finished build will be in/dist