Report an issue

guideReal-time collaboration overview

The CKEditor 5 real-time collaboration features let you customize any CKEditor 5 build to include real-time collaborative editing, commenting, suggesting and revision history features and tailor them to your needs. You can read more about CKEditor 5’s collaboration features and their real-life implementations in this dedicated blog post.

# Demo

Try CKEditor 5 collaboration features in the demo below. Use the comments, track changes and revision history toolbar items to enable each feature.

Share the complete URL of this page with your colleagues to collaborate in real time!

This sample automatically switches between comments and suggestions display modes according to the screen size. Resize the window and observe how the editor changes its appearance. See the Annotations display mode guide for more details.

The CKEditor 5 real-time collaboration experience is enabled by several plugins that can be added to the editor build just like any other CKEditor 5 plugin.

These include two base, real-time-collaboration-oriented features:

  • Real-time collaborative editing – Allows for editing the same document by multiple users simultaneously. It also automatically solves all conflicts if users make changes at the same time.
  • Users selection and presence list – Shows the selection of other users and lets you view the list of users currently editing the content in the editor.

We also provide plugins that integrate our other premium collaboration features with real-time editing:

  • Real-time collaborative comments – Makes it possible to add comments to any part of content in the editor.
  • Real-time collaborative track changes – Changes to the content are saved as suggestions that can be accepted or discarded later.
  • Real-time revision history – Create and view the chronological revision history of the document.

Refer to the Real-time collaboration features integration guide to learn how to enable real-time collaboration in your WYSIWYG editor.

CKEditor 5 Collaboration Features are customizable and can be configured to suit your needs. We strongly encourage you to read other collaboration feature guides to learn how you can use and customize these features. All guides apply to real-time editing environment too!

Additionally, custom plugins you provide will automatically integrate with real-time collaborative editing (very complex plugins may need additional effort to provide real-time editing integration).