Enter Key
This plugin defines the Enter key (line breaking) behavior in all contexts. Depending on the configuration, the editor will present the line break in one of the following ways:
- paragraph (
<p>
) block -
<div>
block -
<br>
element.
Shift+Enter key behavior can also be defined in a similiar way to accompany the Enter key configuration.
Note: Changing the Enter Mode setting to BR
or DIV
is not recommended. The default CKEDITOR.ENTER_P
mode is fully supported by all editor features and plugins and is also the most correct one in terms of best practices for creating web content.
If you want to change it to control paragraph spacing, you should use stylesheets instead.
This is an official plugin provided and supported by CKEditor developers.
You can submit bug reports directly to its GitHub issues tracker and discuss any integration issues on StackOverflow.
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 4.25.1-lts |
||||
First minor release of CKEditor 4.25.1-lts |
||||
Version: 4.24.0-lts |
||||
First major release of CKEditor 4.24.0-lts |
||||
Version: 4.23.0-lts |
||||
First major release of CKEditor 4.23.0-lts |
Escape HTML Entities
This plugin escapes HTML entities that appear in the editor output based on configuration. The supported entities are grouped into the following categories:
This is an official plugin provided and supported by CKEditor developers.
You can submit bug reports directly to its GitHub issues tracker and discuss any integration issues on StackOverflow.
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 4.25.1-lts |
||||
First minor release of CKEditor 4.25.1-lts |
||||
Version: 4.24.0-lts |
||||
First major release of CKEditor 4.24.0-lts |
||||
Version: 4.23.0-lts |
||||
First major release of CKEditor 4.23.0-lts |
Fake Objects
This plugin helps to create a "representative" (image with styles) for certain elements which have problem with living in editable, it provides the API to transform an real DOM element into the "fake" one, and to restore the real element from the fake one on the output.
This is an official plugin provided and supported by CKEditor developers.
You can submit bug reports directly to its GitHub issues tracker and discuss any integration issues on StackOverflow.
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 4.25.1-lts |
||||
First minor release of CKEditor 4.25.1-lts |
||||
Version: 4.24.0-lts |
||||
First major release of CKEditor 4.24.0-lts |
||||
Version: 4.23.0-lts |
||||
First major release of CKEditor 4.23.0-lts |
File Browser
This plugin serves to integrate the editor with an external file manager (an application that provides file browse/upload capabilities). It defines the protocol to associate the file manager application with any dialog window field that has a "filebrowser" property in its dialog definition.
Note: This plugin is only responsible for the communication between CKEditor and an external file manager. You need to either connect a custom file manager that uses an appropriate API, or use a ready to use file manager compatible with CKEditor like CKFinder.
This is an official plugin provided and supported by CKEditor developers.
You can submit bug reports directly to its GitHub issues tracker and discuss any integration issues on StackOverflow.
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 4.25.1-lts |
||||
First minor release of CKEditor 4.25.1-lts |
||||
Version: 4.24.0-lts |
||||
First major release of CKEditor 4.24.0-lts |
||||
Version: 4.23.0-lts |
||||
First major release of CKEditor 4.23.0-lts |
Find / Replace
This plugin adds Find and Replace dialog, allowing you to quickly search the text as well as replace words inside it. Common options available for matching: case, whole word, cyclic.
Screenshots
This is an official plugin provided and supported by CKEditor developers.
You can submit bug reports directly to its GitHub issues tracker and discuss any integration issues on StackOverflow.
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 4.25.1-lts |
||||
First minor release of CKEditor 4.25.1-lts |
||||
Version: 4.24.0-lts |
||||
First major release of CKEditor 4.24.0-lts |
||||
Version: 4.23.0-lts |
||||
First major release of CKEditor 4.23.0-lts |
Flash Dialog
Adobe ended support of Flash Player on December 31, 2020 and blocked Flash content from running in Flash Player beginning January 12, 2021. We have decided to deprecate and remove the Flash plugin starting from CKEditor 4.17 to help protect users’ systems and discourage using insecure software.
Description:
This plugin comes with a dialog to manage flash embed in the document, set standard and advanced properties (like scale, quality, alignment, background color, stylesheet classes). Flash files can be uploaded to the server and browsed if editor is intergrated with file manager (like CKFinder).
Screenshots
This is an official plugin provided and supported by CKEditor developers.
You can submit bug reports directly to its GitHub issues tracker and discuss any integration issues on StackOverflow.
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 4.25.1-lts |
||||
First minor release of CKEditor 4.25.1-lts |
||||
Version: 4.24.0-lts |
||||
First major release of CKEditor 4.24.0-lts |
||||
Version: 4.23.0-lts |
||||
First major release of CKEditor 4.23.0-lts |
Floating Space
This plugin is used in inline creator to place the editor toolbar in the best position around the editable element.
This is an official plugin provided and supported by CKEditor developers.
You can submit bug reports directly to its GitHub issues tracker and discuss any integration issues on StackOverflow.
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 4.25.1-lts |
||||
First minor release of CKEditor 4.25.1-lts |
||||
Version: 4.24.0-lts |
||||
First major release of CKEditor 4.24.0-lts |
||||
Version: 4.23.0-lts |
||||
First major release of CKEditor 4.23.0-lts |
Floating Panel
This plugin along with the panel plugin is to provide the basis of all editor UI panels - dropdown, menus, etc.
This is an official plugin provided and supported by CKEditor developers.
You can submit bug reports directly to its GitHub issues tracker and discuss any integration issues on StackOverflow.
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 4.25.1-lts |
||||
First minor release of CKEditor 4.25.1-lts |
||||
Version: 4.24.0-lts |
||||
First major release of CKEditor 4.24.0-lts |
||||
Version: 4.23.0-lts |
||||
First major release of CKEditor 4.23.0-lts |
Font Size and Family
This plugin adds Font Size and Font Family dropdowns that applies as inline element style. The default collection of fonts includes most popular serif fonts (Times New Roman, Georgia), sans-serif fonts (Arial, Verdana, Tahoma), and monospaced fonts (Courier New).
The list of font styles can be easily customized.
Screenshots
This is an official plugin provided and supported by CKEditor developers.
You can submit bug reports directly to its GitHub issues tracker and discuss any integration issues on StackOverflow.
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 4.25.1-lts |
||||
First minor release of CKEditor 4.25.1-lts |
||||
Version: 4.24.0-lts |
||||
First major release of CKEditor 4.24.0-lts |
||||
Version: 4.23.0-lts |
||||
First major release of CKEditor 4.23.0-lts |
Format
This plugin adds Format combo allows you to apply block-level format styles including "paragraph", "heading 1-6", "formatted", "address", etc. Format styles list is fully configurable.
Screenshots
This is an official plugin provided and supported by CKEditor developers.
You can submit bug reports directly to its GitHub issues tracker and discuss any integration issues on StackOverflow.
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 4.25.1-lts |
||||
First minor release of CKEditor 4.25.1-lts |
||||
Version: 4.24.0-lts |
||||
First major release of CKEditor 4.24.0-lts |
||||
Version: 4.23.0-lts |
||||
First major release of CKEditor 4.23.0-lts |