No description
Find a file
2025-10-23 09:37:46 -04:00
cwr initial commit 2025-10-23 09:37:46 -04:00
static initial commit 2025-10-23 09:37:46 -04:00
web initial commit 2025-10-23 09:37:46 -04:00
.gitignore initial commit 2025-10-23 09:37:46 -04:00
manage.py initial commit 2025-10-23 09:37:46 -04:00
README.md initial commit 2025-10-23 09:37:46 -04:00
TODO.txt initial commit 2025-10-23 09:37:46 -04:00

CKEditor 5 Sample Project

Setup instructions

1. Fill the required information

Make sure to fill in the required information, as the editor requires a license to start. If you don't have an account, you can create a free account to access all premium features for a 14-day trial.

2. Run the web server

Run local HTTP server (like nginx, caddy or serve) that will serve the files that you created. It's required, as we are using type="module" in our scripts.

3. Start the project

Open index.html.

Integrate with your project

The editor files are in two folders: ckeditor5 and ckeditor5-premium-features (if you use premium features). You need to copy them to your project's assets, and then import with a similar way as the sample index.html does.


For more information, please refer to the official CKEditor 5 documentation.