Google Search

A simple ckeditor plugin to add a google search button to search selected word.

 

Installation:

add "googlesearch" to your ckeditor's extraPlugins variable.

Screenshots

googlesearch

7,283 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.1

DownloadRelease notes

minor bug fixes

Paragraph Indentation

This plugin add the ability to indent the first line of a paragraph

textindent

14,197 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.2.2

DownloadRelease notes

Fixed error where the icon didn't show up in the default toolbar

teste

 

 

This is a teste, please don't download this plugins thanks

textIdent

3,447 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.0.1

DownloadRelease notes

Renamed some files and correct varius typos

Insert HTML From File

This plugin allows you to select files of HTML snippets and import them directly into CKEditor

inserthtmlfile

10,374 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.0

DownloadRelease notes

Initial Version

Open Link

Open Link is a very simple plugin, extending the editor context menu with a possibility to open the link in a new tab. It has the following features:

  • It extends the context menu with a possibility to open the link in a new tab.
  • It allows you to open the link with a Ctrl/Cmd click.

The plugin also integrates with linked Enhanced Image widgets.

Screenshots

openlink

12,373 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.0.4

DownloadRelease notes

Added Ukrainian language thanks to Sensetivity.

Balloon Toolbar

This plugin provides an API to create floating toolbars pointing at a given element.

It also allows you to specify context-aware toolbars, providing a very easy way of defining a customized toolbar for a given content type.

See the Ballon Toolbar plugin documentation for more technical information.

 

Screenshots

balloontoolbar

79,237 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

Media Widget

This widget embeds image, video, audio and iframe elements wrapped within a figure and optionally with a caption.

The figure will get an appropriate CSS class reflecting the media type (image, video, audio or iframe) and, if alignment is set, one of left or right.

Currently this widget supports setting the attributes width and height for all media types and alt for images. The controls (audio and video) and allowfullscreen (iframe) are automatically set.

The resulting HTML for an image with a caption will be p.e.

<figure class="image">
    <img src="/url/to/media" alt="Some Alternative" />
    <figcaption>An image with alternative text, but without width and height set</figcaption>
</figure>

Supported browser APIs

If you provide a browser implementation that uses one of the following browser APIs the Browse server button will appear:

  1. browser
  2. mediabrowser
  3. filebrowser

This widget itself does not provide any browser!

The browser plugin (if installed) will be used as the preferred option, when the URL to your browser implementation is configured

config.mediaBrowser = '/url/to/browser';

Otherwise the mediabrowser plugin (if installed and configured) will be used as the second option, or the filebrowser plugin (if installed) as the third option.

Usage with browser and mediabrowser plugin

Your browser implementation can currently send following keys with the message:

{
    src: '...', // required, URL to media
    type: '...', // optional, audio, iframe, image or video
    alt: '...', // optional, alternative text (only for images)
    width: '...', // optional
    height: '...' // optional
}

Note

If you need inline media elements in the resulting HTML, please stick with version 0.20 or use another plugin, because this is not supported anymore.

Inline media elements initially loaded into the editor content will automatically be wrapped inside a figure and stay there when you save the editor content, even if you omit the caption.

Demo

 

Screenshots

media

5,984 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 2.10

DownloadRelease notes

Technical release

Save Markdown

A ckeditor plugin that allows you to save the content of your editor in markdown syntax.

When CKEditor is placed inside an HTML form, this plugin saves the editor content and submits it to the server. It also adds the Save Markdown toolbar button which submits the form that contains the editor.

Note: This functionality only works for classic editor placed inside a <form> element on the page.

savemarkdown

6,047 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.0.0

DownloadRelease notes

The First Release

In this version, it tries to copy the form that the ckeditor is placed in it, and inserts it at the end of body
element.

This form is not the exact copy of the original form that contains ckeditor.
It just contains the values of original form and it's textarea element with markdown value instead.

After this cloning instructions, it tries to submit the copy form.

File Uploader

File Uploader is a versatile solution to upload files and images to the server and to embed them into the edited area. Besides uploading, it offers the most critical features, such as relocation from an external website by URL, resizing of pictures and inserting them as a preview or a link.

This one add-on encompasses functionality of these previously known add-ons:

  • Quick Image Upload
  • Quick Image Preview Upload
  • Quick File Upload
  • Easy Image Upload
  • Easy Image Preview Upload
  • Easy File Upload
  • Rehost Image

File Uploader is a standalone product, it has its own SDK and does not need third-party file managers.

The main features:

  • Automatically makes backup copies of original images before editing.
  • File sets are uploaded as transactions to avoid partial uploading.
  • Images can be renamed after uploading and before commit.
  • There are three templates for uploading files - as an image, as a preview and as a link to the file.
  • Resize all uploaded images at once. Just specify dimensions you want the images to fit.
  • JavaScript and TypeScript SDK. Use the API that allows to invoke a component of your application with specified parameters.

Learn how File Uploader works, to understand the philosophy we put as a base of the component, and to learn its features and capabilities.

Screenshots

Close Dialog Outside

Close Dialog Outside plugin is indented to enhance the "dialog" CKEditor plugin by adding the functionality of closing (cancel) the dialog if clicking anywhere outside of the dialog box.

Installation

  1. Make sure you have the "dialog" plugin installed see https://ckeditor.com/cke4/addon/dialog for details.
  2. Extract the contents of the file into the "plugins" folder of CKEditor.
  3. In the CKEditor configuration file (config.js) add the following code
    config.extraPlugins = 'closedialogoutside';

     

closedialogoutside

5,740 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.0.0.1

DownloadRelease notes

Removed unnecessary files.

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