Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.02 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.02 KB

Feature-rich editor

CKEditor brings hundreds of features that can transform your world of content editing. Discover which ones you need for your use case!

This demo showcases most of the CKEditor features along with some premium addons: Export to PDF/Word, Import from Word, and WProofreader.

See this demo live at ckeditor.com or read more about it in the CKEditor 5 documentation.

Installation steps

  1. Clone this repository:
git clone [email protected]:ckeditor/ckeditor5-demos.git
  1. Change the directory and install the dependencies:
cd ckeditor5-demos/feature-rich && yarn
  1. Open the feature-rich/index.js file and update the values of the LICENSE_KEY, CKBOX_TOKEN_URL, and WEB_SPELL_CHECKER_LICENSE_KEY variables. Without this, the CKBox, spell checker, and other premium features will not be enabled.

  2. Start the demo:

yarn dev