CKEditor comes with a variety of editor types and user interface configuration options you can choose from. See all of them in action.
The Inline editor comes with a floating toolbar that becomes visible when the editor is focused (e.g. with a click of your mouse). Inline editor allows you to edit content in its real location on the web page instead of doing it in a separate administration section.
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-inline && yarn
-
Open the
user-interface-inline/index.js
file and update the values of theLICENSE_KEY
variable. Without this, the premium features will not be enabled. -
Start the demo:
yarn dev