CKEditor 5
features overview

CKEditor offers a wide range of features, including auto formatting, paste from Word and mentions as well as premium plugins such as Track Changes, Revision History and Real-time Collaboration.

Premium features

Additional features are premium and can be licensed separately. They offer greater flexibility and more options for a robust rich text editing experience.

Allow your users to edit content in the suggestion mode. Changes will be marked as suggestions and users will have the option to accept, reject or edit them.

Learn more

Add, edit and delete comments anywhere in the editor. Start discussions with comment threads. There is also a comments-only mode available.

Learn more

Create document versions and view, compare, restore or rename them in a preview mode. Can be used together with Comments and Track Changes.

Learn more

Import any amount of Word documents to CKEditor 5. Tons of great features supported, including preserving comments and suggestions (Track Changes).

Learn more

View the number of pages and see how your document will be laid out for printing. Perfect for organizing lengthy documents.

Learn more

MathType equation editor for easy scientific document creation. Lets you work faster and more efficiently.

Learn more

Productivity Pack

The Productivity Pack is a bundle of Premium plugins designed to enhance document editing and accelerate content creation for you and your team.

Slash Commands

Use the / key to access a dropdown to add block elements and styles effortlessly. Plus, customize your own commands.

Templates

Customizable templates ensure consistent document structures. Define full or partial templates to apply and maintain.

Paste from Office Enhanced

Error-free copy-pasting from MS Word and Excel. Even complex text and style  formatting is retained to generate clean HTML.

Format Painter

Effortlessly copy and apply precise formatting throughout your document with continuous painting for a smoother experience.

Document Outline

Easily navigate your document structure with a configurable outline sidebar, that displays and summarizes text headings for quick access.

Table of Contents

Add an auto-updating and linked Table of Contents at the document's beginning, that’s visible even after publishing.

File management

Flexible image upload and file management solutions.

Modern image and file uploads, image editing, and native integration with CKEditor.

Learn more

Our first iteration file management platform for storing files in the cloud or on your own server

Learn more

Core features

CKEditor 5 offers various core features out of the box, including basic formatting and styling as well as advanced productivity features.

Can't find a feature that you are looking for?

Contact us

Autoformatting

Use shortcodes known from Markdown to quickly apply formatting to created content. Apply *bold* `code` #headers * lists .1 ordered lists [x] todos and more without having to use the toolbar at all.

Automatic text transformation

Also known as “Autocorrect”, this feature lets you define your rules within a document by turning predefined text into special characters or symbols. Writing ™ or ½ becomes as easy as writing (tm) and 1/2.

Autosave

This feature allows you to save data within documents periodically and automatically as the data is sent to the server when content is altered within a document.

Basic text styles

They include inline code formatting as well as essential changes to text and alterations like bold, italic, strikethrough, underline, subscript, and superscript.

Block quotes

Block quotes are quotes created within a block as one group of text and can be used to attract attention to the quoted text, making it stand out from the rest of the text.

Clipboard

This feature allows the editor to intercept copy/paste/drag/drop events and process the data that is coming into or out of the editor.

Code - typing around inline code

To type inside a code element, move the caret to its (start or end) boundary. As long as the code remains highlighted, typing and formatting will be done within its boundaries.

Code block

Code blocks allow you to enter pre-formatted code into the editor as a block and assign a programming language to it. They are a great way to differentiate code from standard text and draw attention to it.

Content minimap

The experimental content minimap feature helps users navigate around the text within the editor. It also provides a visual overview when the document is longer than a page and when scrolling is required.

Drag and drop

Allows you to grab multimedia, block objects, or text content, including images or tables, and drop it inside the editor. HTML and plain text can also be dragged and dropped from outside the editor into CKEditor 5.

Find and replace

Lets you search for words or phrases that were placed or written within the editor and go to that section. It also allows for replacing a chosen word or phrase with a new one and matches whole and partial words and phrases with respect to the letter case.

Headings

Structure your content with proper headings using different h tags (<h1>, <h2>, <h3> and so on). It will make it more attractive and easy to read as the tags work in ascending order where the ones closest to 1 are bolder and more pronounced.

Horizontal line

This feature allows you to insert a horizontal line into the editor and text field, thus separating the text. It is also known as the horizontal rule and provides a visual way to separate the content.

HTML embed

Allows embedding an HTML snippet of code in the editor. The feature is targeted at more advanced users who want to directly interact with HTML fragments and can allow HTML code to bypass CKEditor’s filtering mechanics.

HTML support

The General HTML Support feature allows developers to easily configure which additional elements, attributes, styles and classes CKEditor should support.

Image alt text

The text alternative tag aids accessibility and SEO, provides additional image description and supports better navigation.

Image captions

You can click the image to reveal the caption field and write one. By default, if the image caption is empty, the <figcaption> element is not visible to the user.

Image feature

The image feature allows adding images of various kinds to the rich content inside the editor. A large set of subfeatures lets the users fully control this process.

Image linking

TheLinkImage is a plugin that allows for images to be linked. Meanwhile, AutoImage plugin recognizes image links and automatically embeds the images.

Image resize

The image resize plugin allows for resizing each image added to the editor using handles. It is also possible to resize images with predefined values as a dropdown in the image toolbar, which shows up after you click on an image.

Image styles & alignment

Align your images to the left or right within a text area of the editor. Set width to full or small, add captions or alternative text.

Image upload

CKEditor 5 offers multiple image upload solutions. You can choose from the official upload adapters (CKBox, CKFinder, Base64 or Simple adapter) or create a custom one.

Indentation

Thanks to this feature parts of content such as paragraphs or headings can be indented within the editor.

Keyboard shortcuts

CKEditor can be fully controlled via keyboard. Many intuitive shortcuts like Ctrl/⌘ + Z undo or Ctrl/⌘ + B bolding, are available within the editor to use at your convenience.

List indentation

List items can be indented or nested by using indenting buttons or Tab or Shift + Tab keystrokes within the editor.

List styles

The list style feature introduces some more styles for the list item markers. When enabled, it adds 3 styles for bulleted lists and 6 styles for numbered lists to choose from.

Lists - bulleted

Bulleted lists (or unordered lists) allow for a list of items or text to be displayed with a dot on the side, thus not having a particular order of things shown. The type and shape of list markers can be adjusted.

Lists - numbered

Numbered lists (otherwise known as ordered lists) show a sequence of items being displayed in a specific order that is defined by the user. The list numbering can be chosen from several different styles, as well as the list starting number can be set.

Lists - reversed

Lets the user reverse the order of a list, changing it from ascending to descending. This is useful in countdowns or lists that need to reproduce steps in a reversed order (e.g. in disassembling instructions).

Lists - to do

A to-do list allows you to create a list of interactive checkboxes with labels. All of the features of regular lists are supported such as nesting a to-do list with bulleted or numbered lists.

Markdown input & output

The Markdown plugin allows switching the default HTML output to Markdown. This makes preparing documents formatted with Markdown real fast and easy. Coupled with the autoformatting feature, it can provide a proper Markdown editor.

Media embed

Insert videos, tweets, Instagram posts or Google Maps into your rich-text content by using the toolbar or pasting a URL directly into the editor.

Mentions

Autocomplete your text as you type. When a user types a pre-configured marker, such as @ or #, they receive automatic suggestions to autocomplete, names, groups, subjects and many more.

Page break

Inserts a page break into the rich-text editor so you can better structure your content for print.

Paste from GDocs

This feature allows for pasting content from Google Docs onto CKEditor 5. Text will follow the style and be transformed correctly between the two editors.

Paste from Word

This plugin handles content from Office apps and transforms it with original styles and elements into a valid structure within CKEditor 5.

Paste plain text

The plugin detects the user's intention to paste plain text. For example, it detects the Ctrl/Cmd + Shift + V keystroke combinations.

Placeholder

The Placeholder feature allows users to insert predefined placeholders, like a date or a surname, into the document.

Placeholder - editor

CKEditor 5 can display a configurable placeholder text when the content is empty. The placeholder helps users locate the editor in the application and prompts to input the content.

Powerful API

Create your own plugins thanks to the architecture designed with flexibility and extensibility in mind. Get inspired by the publicly documented API and examples.

Read-only mode

Let users only view the content without the ability to change it. While not editable, this content will still be accessible for copying or for screen readers.

Responsive images

CKEditor 5 provides support for responsive images. This can be backed up either by a custom upload adapter or by CKBox, the file management and image optimization plugin for CKEditor 5.

Restful API

A range of RESTful APIs is offered by CKEditor Cloud Services that can be used to create server-to-server integrations.

Restricted editing

Restrict access from certain parts of the editor in it being editable by other users. This is perfect for templates where certain parts need to be altered or filled.

Select all

Allows for selecting the entire content using the Ctrl/Cmd+A keystroke or a toolbar button so you can clear or copy all the content in one move.

Special characters

Provides a possibility to insert special characters into the rich-text editor, including characters such as mathematical operators, currency symbols, punctuation or graphic symbols.

Table - nesting

CKEditor 5 allows nesting tables inside other table’s cells for creating advanced charts or layouts based on tables. The nested table can be formatted just like a regular one.

Table & cell styling

Thanks to this feature you will be able to modify the look of tables, table cells, including such aspects as background color, size or borders.

Table captions

Table captions inform readers about the content within the table they are viewing. Using captions is also beneficial from the accessibility point of view as screen readers can read them.

Table column resize

This feature gives the content creator the ability to control column width, and resize tables as well as individual columns.

Table selection

Lets users select an arbitrary rectangular table fragment (such as a few cells from different rows) and apply formatting or links to all the selected cells at once.

Tables

Present your data with intuitive tables. Use the feature toolbar to configure both the table and its content.

Tables - insert/delete columns or rows

You can use the insert table toolbar button to create tables and click anywhere inside the table to involve the table toolbar. When you do this, you can add or remove columns and rows as well as merge or split cells.

Text alignment

The Alignment feature enables support for text alignment. You can use it to align your content to left, right, center or to justify it.

Text part language

Provides the ability to mark the language of selected text fragments. It makes working with multilingual content convenient and is useful when your whole content is written in one language but includes some citations in another.

Title

The Title feature enables support for adding the title field to your document, thus allowing for a clear division of content into the title and body sections.

Toolbar

The toolbar is the most basic user interface element of the editor that gives you convenient access to all its features. It contains various items like buttons or dropdowns that you can use to manage the content.

Toolbar - balloon

This plugin provides the balloon toolbar for the editor and it allows for creating single or multiple panel stacks. Each stack may have multiple views, with the one on the top being visible.

Toolbar - block

Provides an additional toolbar on the left-hand side of the content area represented by a button with a paragraph mark — ¶. It comes in handy when the main editor toolbar cannot be accessed.

Toolbar - multiline

You can use the multiline toolbar configuration to accommodate all editor features in an accessible and clean manner.

UI language

The UI of the editor can be localized. Currently, 41 of available languages are fully translated, including 38 professional translations. There are also numerous other languages covered by community translators.

UI library

The standard UI library of CKEditor 5 provides base classes and helpers that allow for building a modular UI that seamlessly integrates with other components of the ecosystem. It is extensive and users can create their own plugins with a custom UI.

Watchdog

The watchdog utility protects you from data loss in case the editor crashes. It saves your content just before the crash and creates a new instance of the editor with your content intact.

Word and character count

Allows for tracking the number of words and characters written in the editor. It’s essential for writing professionals as well as students and marketers.

Trusted and approved by

We use cookies and other technologies to provide you with a better user experience.

Learn more

Hi there, any questions about products or pricing?

Questions about our products or pricing?

Contact our Sales Representatives.

We are happy to
hear from you!

Thank you for reaching out to the CKEditor Sales Team. We have received your message and we will contact you shortly.