Test out all the features included in the Productivity Pack. You can find Table of Contents, Format Painter and Templates in the toolbar and Document Outline in the left sidebar. Don’t forget to type / to display the Slash Commands dropdown!
See this demo live at ckeditor.com or read more about each feature in CKEditor 5 documentation for Slash Commands, Table of contents, Document outline, Templates, Format painter.
- Clone this repository:
git clone [email protected]:ckeditor/ckeditor5-demos.git
- Change the directory and install the dependencies:
cd ckeditor5-demos/productivity-pack && yarn
-
Open the
productivity-pack/index.js
file and update the values of theLICENSE_KEY
,CKBOX_TOKEN_URL
, andWEB_SPELL_CHECKER_LICENSE_KEY
variables. Without this, the CKBox, spell checker, and other premium features will not be enabled. -
Start the demo:
yarn dev