Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@mindsorg/minds-ckeditor-bundle

markharding17GPL1.1.1

Minds CKEditor5

minds, ckeditor, ckeditor5, ckeditor 5

readme

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+