This repository holds the source code for CKEditor 5 demos that can be found at the CKEditor 5 website.
- AI Assistant
- Feature-rich editor
- Editor with internationalization
- Markdown editor
- Editor with "MathType"
- Editor with "Paste from Office enhanced"
- Productivity Pack
- Editor with source code editing and HTML support
- Editor with "WProofreader"
- Headless
- Mobile-friendly editor
- Editor with Balloon user interface
- Editor with Balloon Block user interface
- Editor with Bottom Toolbar user interface
- Editor with Button Grouping user interface
- Editor with Classic user interface
- Editor with Document user interface
- Editor with Inline user interface
Each demo is held in an independent directory. Steps to run them can be found in the respective README.md
files. See Feature-rich README.md as an example.
To install dependencies for all demos and run a simple test checking if all demos can be built and run, run the following commands in the root directory:
yarn install
bash build-and-test-demos.sh