This package contains CKEditor 5 build configuration for Pioneer 2. This package also holds the distribution version of the editor that is used by the Pioneer app.
The built version of the package is distributed in dist
folder. Any change to code (adding or removing editor plugins) requires rebuilding the distributed version.
To rebuild the editor run:
yarn workspace @joystream/markdown-editor build
To update dependencies:
- Update all
@ckeditor/*
packages to the same version (dev packages has different versioning than core plugins). - Run
yarn install
to update npm packages & regenreateyarn.lock
. - Run
yarn workspace @joystream/markdown-editor build
to rebuild thedist
folder.