CKEditor comes with a variety of editor types and user interface configuration options you can choose from. See all of them in action.
The Document editor provides a similar editing experience to some native word processors such as Microsoft Word, with the UI that resembles a paper document.
See this demo live at ckeditor.com or read more about it in the CKEditor 5 documentation.
- Clone this repository:
git clone [email protected]:ckeditor/ckeditor5-demos.git
- Change the directory and install the dependencies:
cd ckeditor5-demos/user-interface-document && yarn
-
Open the
user-interface-document/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