SpellCheckAsYouType (SCAYT)

This plugin brings Spell Check As You Type (SCAYT) functionality for spelling and grammar checking into CKEditor.

SCAYT is "installation-less", using the web services of WebSpellChecker.

Note: The out-of-the-box spell checking functionality is ad-supported. If you want to remove the ads, you can purchase a license here.

Screenshots

scayt

15,076,830 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.24 4.23 4.22

Version: 4.23.0-lts

DownloadRelease notes

First major release of CKEditor 4.23.0-lts

Version: 4.22.1

DownloadRelease notes

First minor release of CKEditor 4.22.1

Select All

This plugin adds select all toolbar button which makes possible to select entire contents of the document. It makes it is easier to e.g. apply any formatting to a larger text fragment.

selectall

7,739,896 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.24 4.23 4.22

Version: 4.23.0-lts

DownloadRelease notes

First major release of CKEditor 4.23.0-lts

Version: 4.22.1

DownloadRelease notes

First minor release of CKEditor 4.22.1

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

256,710 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.24 4.23 4.22

Version: 4.23.0-lts

DownloadRelease notes

First major release of CKEditor 4.23.0-lts

Version: 4.22.1

DownloadRelease notes

First minor release of CKEditor 4.22.1

Table Tools

This plugin adds a more advanced context menu for table items and the Cell Properties dialog window with support for features such as:

  • Cell type.
  • Cell width and height.
  • Word wrap settings.
  • Horizontal and vertical alignment.
  • Row and column span.
  • Cell and border color.
  • Inserting and deleting cells, rows and columns.
  • Merging and splitting cells horizontally and vertically.

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

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

  • 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

tabletools

15,639,574 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.24 4.23 4.22

Version: 4.23.0-lts

DownloadRelease notes

First major release of CKEditor 4.23.0-lts

Version: 4.22.1

DownloadRelease notes

First minor release of CKEditor 4.22.1

Image Paste

This page now includes just the basic free version of the ImagePaste plugin. Following versions have  been renamed to SimpleUploads, that plugin isn't free and includes lots of features that aren't available in this one.

This plugin takes care of images pasted or dropped in Firefox to convert them to uploaded files and avoid the problems caused by embedding huge base64 images into a page (no separate caching, worse performance, incompatibility with some mail clients, some servers might strip them out when you try to save them, problems trying to edit those images in CKEditor....)

You just need to have a QuickUploader configured in CKEditor and add this plugin, then it will take care of convert the pasted images with Firefox into normal files stored at your server.

Again: This plugin is targetted only at Firefox, it takes the base64 data-encoded URI images and converts them into normal files.

imagepaste

121,586 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.1.1

DownloadRelease notes

Added allowedContent settings in case the Advanced tab has been removed from the image dialog.

Image Maps

This plugin is designed to easily create image maps (aka "hotspots") on any image that you have inserted in CKEditor.

After selecting an image you can draw over it the active areas that you want to link in that image, and you can use rectangles, circles or free form drawing. It generates the standard HTML codes like <map>, and <area>, there's no special requirement to use this kind of effects.

Those hotspots are highlighted in the image while the document is being edited, so you can easily recognize that this is an special image.

The plugin is compatible with CKEditor 3.6 and 4.x

Screenshots

Google Maps

This plugin allows the users to easily create and insert a Google Map into the content. There are many available options so you can get a nice and powerful map inserted in the page with very little effort and no previous knowledge about HTML, Javascript or even the Google Maps are required.

Select the type of map that you want to use (map, satellite), location, zoom, size. The add markers to highlight the places that you want, select the color for them, join them with lines or draw an area.

It's possible to select other less known features like weather, traffic, ... check the demo to see all the options by yourself.

The only requirement is that the server/CMS is configured to allow javascript as that's the way to make Google maps work without using iframes.

The product is sent directly after payment and it includes the install instructions (as easy as any other CKEditor plugin). All future upgrades to the plugin are included.

The plugin is compatible with CKEditor 3.6 and 4.x

Screenshots

Equation Editor

This Equation Editor provides a toolbar with common mathematical operators and symbols, to help write stunning equations using the LaTeX markup. A high resultion preview of your equation is shown within the editor, which is inserted into your document when you click 'Ok'.

This editor is power by the CodeCogs Equation Engine, the world's leading equation rendering web-service.

Usage
  • To create a new equation, first click within the text area where you need to add the equation.
  • Click the fx button on the CK Editor toolbar. This launches the CodeCogs Equation Editor, which you can also see here http://www.codecogs.com/eqneditor
  • Create your equation.
  • Select 'ok'
  • Double-click or right click on an existing equations to edit them within the Equation Editor.
  • Use the Command-Tab to step between key elements of your equation.
Installation
  1. Download the equation editor plugin and uncompress it to your desktop or server.
  2. Find the folder where you installed CK Editor. For our purposes we will assume this is ~/ckeditor.
  3. Open the CK Editor plugins folder, ~/ckeditor/plugins and copy in the directory 'eqneditor' from the uncompressed 'eqneditor_v2.zip' folder.
  4. Modify the config.js to load the plugin by adding config.extraPlugins = 'eqneditor'.
  5. The equation editor buttion (fx) will now appear in the 'insert' group.
  6. Alternatively, you can use the command 'EqnEditor' to add a button to a custom toolbar, e.g. CKEDITOR.replace( 'editor1', { toolbar : [ [ 'EqnEditor', 'Bold', 'Italic' ] ] });

For support and suggestion, please leave comments on our forum: http://www.codecogs.com/pages/forums/forum_view.php?f=28

 

Screenshots

eqneditor

89,003 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 2.2

DownloadRelease notes

Update and Bug Fix:

  • General update linked to backend system being moved to a new server
  • Updated to work with v4.4 of CKEditor
  • Fixed a double click to edit an existing equation (Thanks to Dmitry)
  • Fixes errors with secure (https) image addresses

onChange

Get a notification (new event) whenever the content of CKEditor changes.

onchange

58,165 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.8

DownloadRelease notes

Fix by Roman Minkin to work with large documents.

Zoom

A simple dropdown that allows to zoom in/out the contents of the editor just like MS Word or any other word processor.

The contents themselves aren't changed just the view inside the editor.

The updated from the old version has been sponsored by Solution architects gmbh

zoom

54,427 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 2.2

DownloadRelease notes

Fixed compatibility with latest versions of CKEditor and IE 11
 

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