Line Height

Adds the functionality to set the line-height property of an element similar to the font-size.

Installation notes:

Adding custom  values for line-height:

if you want to add your own values for line-height, you can modify the CKEDITOR.config.line_height in config.js. Let's assume that you need line-height value in "em" other than default integers. So, all you need to do is to add this line in the config.js file:

config.line_height="1em;1.1em;1.2em;1.3em;1.4em;1.5em" ;

In this way, you'll have your custom values in dropdown and hence you can modify it accordingly.

Or if you want values in pixels, then:

config.line_height="1px;1.1px;1.2px;1.3px;1.4px;1.5px" ;

So, you can have any unit for line-height using this option. For more information on modifying the settings, you can refer this link

 

Adding new languages

Translate "Line Height" into your language using any translation tools.

  1. Create a new file and name it as yourLanguageCode.js, for eg: en.js for English, fr.js for French and put it inside lang folder.
  2. Copy this code and replace en and "Line Height" with your language code and the translation respectively:

CKEDITOR.plugins.setLang('lineheight','en', {
    title: 'Line Height'
} );

 

Note: Please review and rate this plugin. It will help other users before they use it.

If you still face any problems, feel free to clear it in the comments below or just head over to Stackoverflow.com and make sure you tag proper keywords in your question. I will be glad to assist you.

Screenshots

lineheight

106,424 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.0.4

DownloadRelease notes

Added languages

Google Web Fonts plugin

ckeditor-gwf-plugin

Plugin for CKEditor to add GoogleWebFonts support.

To use this plugin:

  1. copy ckeditor-gwf-plugin to ckeditor's plugin folder;
  2. add 'ckeditor-gwf-plugin' to config.extraPlugins property;
  3. add 'GoogleWebFonts;' to config.font_names property;
  4. also you could override some plugins properties with config.gwfplugin;

For more details take a look in code.

If you experience any bug related to plugin please put it on Github.

ckeditor-gwf-plugin

51,076 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 0.1.1

DownloadRelease notes

  • Style of web fonts popup fixed;
  • Multiple including of same fond fixed(each font liked once now);

Tabbed Image Browser

Image browser in image image dialog box. Images will be shown in tab.

Tabbed Image Browser will give you ability to browse server images in CKeditor image dialog box. You do not need to open the new window to browse the server images.

Tabbed image Browser Configuration is very easy.

Screenshots

tabbedimagebrowser

31,643 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.1

DownloadRelease notes

Fixed Image browser height issue.

StyleSheetParser (Fixed)

This plugin is based on an old patch for the stylesheetparser plugin to avoid problems with the cache as well as enabling its use in inline-editing.

Usage:

Remove the stylesheetparser from your build and add this one. Everything else is just the same. The same configuration options apply without any change.

stylesheetparser-fixed

25,888 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.0

DownloadRelease notes

Tested with latest version but it should work with all the 4.x versions

Letter-spacing

This adds a "tracking" dropdown to CKEditor that allows users to apply the letter-spacing CSS property to text.

Screenshots

letterspacing

39,113 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 0.1.2

DownloadRelease notes

Include CSS & JS

Editing pages is much easier when you see them exactly as they are published: in the same fonts, same sizes and colors as your main theme. This is the essence of WYSIWYG-editors after all. The Include CSS & JS plugin frees you from using the preview function every minute by simply attaching CSS & JS to the inner CKEditor's area.
 
If you use Bootstrap or Foundation framework you can painlessly configure which components of Bootstrap/Foundation you want to apply. Moreover, the plugin supports downloading both from the official CDN and your local installations of the framework.
 
So, you can adapt the inner area of the WYSIWYG-editor to the form of your website.

Screenshots

Background Image for Tables and Cells

This plugin adds a field and image selector in the table and cell dialogs to add a background image (the old HTML way as an attribute instead of a style)

backgrounds

80,128 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.5.1

DownloadRelease notes

New translations: Russian and Ukranian

Basic Styles

This plugin adds the following basic formatting commands to the editor:

  • Bold
  • Italic
  • Underline
  • Strikethrough
  • Subscript
  • Superscript

The output of these text styles can be customized with configuration options. Refer to the feature documentation for more information.

Screenshots

basicstyles

16,843,413 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

BiDi (Text Direction)

This plugin makes it possible to change the text direction (HTML "dir" attribute) for a block-level content element such as a paragraph, header, table or list. It is useful for working with bi-directional language content.

Note: When this plugin is enabled, other direction-aware commands (like indentation) will adapt to the text direction setting in the cursor location.

See also: The Language plugin which implements the WCAG 3.1.2 Language of Parts specification.

 

Screenshots

bidi

8,919,151 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

Blockquote

This plugin provides the feature of block-level quotation (HTML <blockquote> tag) in contents.

Screenshots

blockquote

15,683,481 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

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