0.0.2 • Published 3 years ago

@hellospruce/ckeditor5-build-sds v0.0.2

Weekly downloads
-
License
GPL-2.0-or-later
Repository
github
Last release
3 years ago

CKEditor 5 classic editor build (SDS Fork)

npm version Coverage Status Build Status

The classic editor build for CKEditor 5. Read more about the classic editor build and see the demo.

Documentation

See:

Quick start

To use in development in SDS with watched reloading:

  1. Run yarn link here.
  2. Run yarn link @hellospruce/ckeditor5-build-sds in SDS.
  3. 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 into src/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.