@hellospruce/ckeditor5-build-sds
v0.0.2
Published
The classic editor build of CKEditor 5 – the best browser-based rich text editor.
Downloads
0
Maintainers
Readme
CKEditor 5 classic editor build (SDS Fork)
The classic editor build for CKEditor 5. Read more about the classic editor build and see the demo.
Documentation
See:
- Installation for how to install this package and what it contains.
- Basic API for how to create an editor and interact with it.
- Configuration for how to configure the editor.
- Creating custom builds for how to customize the build (configure and rebuild the editor bundle).
Quick start
To use in development in SDS with watched reloading:
- Run
yarn link
here. - Run
yarn link @hellospruce/ckeditor5-build-sds
in SDS. - Run
yarn dev
here. SDS's Storybook will recompile with changes you make here. It's a little slow and some Webpack changes here might not trigger a reload but most changes will come through.
Notes
yarn add
editor plugins here. If they're CKEditor core they will likely already be downloaded and just need to be imported intosrc/ckeditor.js
.- Replace default toolbar icons by following the syntax in
theme/icons/index.js
License
Licensed under the terms of GNU General Public License Version 2 or later. For full details about the license, please check the LICENSE.md
file or https://ckeditor.com/legal/ckeditor-oss-license.