Show Blocks

This plugin adds the command to visualize all block-level elements by surrounding them with an outline and displaying their element name at the top-left.

Screenshots

showblocks

9,011,780 downloads (view stats)

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.24.0-lts

DownloadRelease notes

First major release of CKEditor 4.24.0-lts

Version: 4.23.0-lts

DownloadRelease notes

First major release of CKEditor 4.23.0-lts

Show Table Borders

This plugin displays visible outlines around all table elements if table doesn't have a border specified, it helps to visualize the table cells.

showborders

14,290,607 downloads (view stats)

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.24.0-lts

DownloadRelease notes

First major release of CKEditor 4.24.0-lts

Version: 4.23.0-lts

DownloadRelease notes

First major release of CKEditor 4.23.0-lts

Insert Smiley

This plugin provides a set of emoticons to insert into the editor via a dialog window. You can customize this plugin by setting the following configuration options:

Screenshots

smiley

8,966,148 downloads (view stats)

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.24.0-lts

DownloadRelease notes

First major release of CKEditor 4.24.0-lts

Version: 4.23.0-lts

DownloadRelease notes

First major release of CKEditor 4.23.0-lts

Source Editing Area

This plugin adds the source editing mode to CKEditor. It allows you to modify the editor output in the HTML format.

Note: If you want to show the editor source in inline editor, install the Source Dialog plugin. If another plugin generates editor output data format other than HTML, like e.g. the BBCode plugin, the source editing area will display that format.

Screenshots

sourcearea

15,517,047 downloads (view stats)

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.24.0-lts

DownloadRelease notes

First major release of CKEditor 4.24.0-lts

Version: 4.23.0-lts

DownloadRelease notes

First major release of CKEditor 4.23.0-lts

Special Characters

With this plugin it is possible to insert characters that are not part of the standard keyboard.

Screenshots

specialchar

15,731,715 downloads (view stats)

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.24.0-lts

DownloadRelease notes

First major release of CKEditor 4.24.0-lts

Version: 4.23.0-lts

DownloadRelease notes

First major release of CKEditor 4.23.0-lts

Styles Combo

This plugin provides the Styles drop-down list added to the editor toolbar. It lists text and object styles defined in the styles.js file and contains various formatting options that apply to block, inline and object elements.

Note: This list can (and should!) be customized to match the styles of your website or application.

Screenshots

stylescombo

15,679,961 downloads (view stats)

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.24.0-lts

DownloadRelease notes

First major release of CKEditor 4.24.0-lts

Version: 4.23.0-lts

DownloadRelease notes

First major release of CKEditor 4.23.0-lts

Stylesheet Parser

This plugin fills the Styles drop-down list with a list of element styles built from the contents.css file. Thanks to this the editor content styles are consistent with the document stylesheet.

Note: This plugin is incompatible with Advanced Content Filter, so it disables the filter after installing.

stylesheetparser

78,203 downloads (view stats)

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.24.0-lts

DownloadRelease notes

First major release of CKEditor 4.24.0-lts

Version: 4.23.0-lts

DownloadRelease notes

First major release of CKEditor 4.23.0-lts

Tab Key Handling

This plugin provides basic Tab/Shift-Tab key handling with the following behaviors:

  • Move to next/previous table cell, if within a table
  • Move to next editor instance in page, otherwise
tab

15,735,505 downloads (view stats)

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.24.0-lts

DownloadRelease notes

First major release of CKEditor 4.24.0-lts

Version: 4.23.0-lts

DownloadRelease notes

First major release of CKEditor 4.23.0-lts

Table

This plugin adds the Table Properties dialog window with support for creating tables and setting basic table properties, such as:

  • Number of rows and columns.
  • Table width and height.
  • Cell padding and spacing.
  • Table headers setting.
  • Table border size.
  • Table alignment on the page.
  • Table caption and summary.

Table support in CKEditor can also be extended with the following plugins:

  • Table Tools – adds a more advanced context menu for table items and the Cell Properties dialog window.
  • Table Resize – adds support for column resizing with your mouse.
  • Color Dialog – provides a Select Color dialog window for selecting a cell background and border color from the color table.
  • Advanced Tab for Dialogs – adds the Advanced tab to the Table Properties dialog window.

Screenshots

table

15,677,785 downloads (view stats)

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.24.0-lts

DownloadRelease notes

First major release of CKEditor 4.24.0-lts

Version: 4.23.0-lts

DownloadRelease notes

First major release of CKEditor 4.23.0-lts

Table Resize

This plugin adds support for table column resizing with your mouse. Hover your mouse over the column border to see the cursor change to indicate that the column can be resized. Click and drag your mouse to set the desired column width.

Note: Do not confuse it with the native browser resize tools that are available in Firefox and Internet Explorer.

This plugin complements the Table plugin which provides basic table operations.

Screenshots

tableresize

257,188 downloads (view stats)

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.24.0-lts

DownloadRelease notes

First major release of CKEditor 4.24.0-lts

Version: 4.23.0-lts

DownloadRelease notes

First major release of CKEditor 4.23.0-lts

Twitter Facebook Facebook Instagram Medium Linkedin GitHub Arrow down Phone Menu Close icon Check