MindsEditor - CKEditor Build
The CKEditor build used at https://www.minds.com/.
Development Installation
To install locally for development, clone the repository and install the packages:
# ssh
git clone git@gitlab.com:minds/minds-ckeditor-bundle.git
# or https
git clone https://gitlab.com/minds/minds-ckeditor-bundle.git
# cd into dir and install
cd minds-ckeditor-bundle
npm i
To link your local package with the main minds repository, in the ckeditor directory, run
npm link
Then in your minds/front directory, run
npm link @mindsorg/ckeditor5-build-minds
This will cause local changes to your editor package to be picked up when rebuilding.
Development Usage
npm run build
License
GPL2+