Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

STEP 1. Download CK Editor

We have to options


Option 1) Download through CK Editor online builder:   https://ckeditor.com/ckeditor-5/online-builder/

You can select features what you want to have. The benefit of online-builder is that you don't need to setup an environment for npm.

Unfortunately this does not gave me the correct result.


Option 2) Download through NPM

Below is my script to download the necessary assets

Code Block
#!/bin/bash
npm install --save @ckeditor/ckeditor5-build-classic




STEP 2.


Example of the simple editor from CDN

...