Toolbar switch on Maximize

This plugin allows you to change the themed ui editor instance toolbar when switching between maximized mode and normal.

Requires:

  • Maximize plugin. But not the button that goes with it. All toolbars used in the ckeditor instance have to use the 'Toolbarswitch' button instead.
  • A custom config to define the small and big toolbars.
  • function CKeditor_OnComplete(ckEditorInstance){ ... your own custom code or leave empty... } This was added to the plugin for those that wrap the ckeditor in other java script to shield the rest of their code from ckeditor version particularities.
  • Turn off advanced content filtering with: "config.allowedContent = true;" otherwise content will be filtered away when switching from a big to a small toolbar.

  • jQuery

Example replace:

CKEDITOR.replace('sometextcomponentname', {
    customConfig: '/...custom_ckeditor_config.js',
    toolbar: 'yoursmalltoolbarname',
    smallToolbar: 'yoursmalltoolbarname',
    maximizedToolbar: 'yourbigtoolbarname'
});

In case you want to use the same config everywhere and do

CKEDITOR.replace('sometextcomponentname');

everywhere instead. Simply add the following to the "config.js":

config.toolbar_minToolbar = [...]; // Custom minimized toolbar config
config.toolbar_maxToolbar = [...]; // Custom maximized toolbar config
config.toolbar = 'minToolbar';
config.smallToolbar = 'minToolbar';
config.maximizedToolbar = 'maxToolbar';
config.allowedContent = true;

 

toolbarswitch

40,553 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.25 4.24 4.23

Version: 4.3.2

DownloadRelease notes

Typo fix in javascript: https://github.com/paulveldema/ckeditor-plugins/issues/4

Text Transform

A very simple plugin which provides transforming selected text to new cases. You can transform selected text to uppercase, lowercase or simply capitalize it.

Available Transform Cases

  • Transform Text to Uppercase: Convert letters to uppercase
  • Transform Text to Lowercase: Convert letters to lowercase
  • Transform Capitalize: Capitalize each word of selected text
  • Transform Switcher: Loop through all cases

 

Internationalization

Currently plugin supports 2 languages.

  • en
  • tr

Translations are welcomed.

Usage

  1. Download source files and place them on to be created "texttransform" folder under the CKeditor's plugin base. 2. Define plugin in CKEDITOR config object.
            CKEDITOR.config.extraPlugins = 'texttransform';
    
  2. Add transform buttons to your editor toolbar.
            CKEDITOR.config.toolbar = [
                { name: 'texttransform', items: [ 'TransformTextToUppercase', 'TransformTextToLowercase', 'TransformTextCapitalize', 'TransformTextSwitcher' ] }
            ];
    
  3. Set your CKEDITOR language if you did not set it yet.
            CKEDITOR.config.language = 'en';
    

Demo

View the live demo on jsFiddle.

Screenshots

texttransform

72,565 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.25 4.24 4.23

Version: 1.1

DownloadRelease notes

* Merge pull request #3 from ppKrauss/patch-1 (fix for v1.0 destroy formated text bug)

* Fixed Turkish locale transformation problem

Google Maps

Need a map? Google Maps will help you inserting and editing a Google map into your website.

The location of your office, travel itinerary or some mark on the map are now available in one click.
With simple tools you can customize the map as you wish.

Features:

  • edit any of the maps you have inserted before
  • configure the view size, and zoom of the map
  • configure Google Map type (Roadmap / Satellite / Hybrid / Relief)
  • semantic search for objects by addresses, names, etc.
  • support for map layers
  • overlay of points, routes, areas onto the map.

Screenshots

Translater

Translater - plugin for translate fragment text of one language into two

CKEditor plugin for quick translation of text, using the specialized services. If you use the service Yandex Translate API that translations are provided by a browser directly referring to the server Yandex. If you have purchased the full version of the plugin, you will be given another 2 service. Google Translate API and Bing Translate API, but for this web server must support the php.

30+ languages are supported.

Screenshots

Releases

Plugin versions CKEditor versions
4.25 4.24 4.23

Version: 1.0.4

DownloadRelease notes

Fixed a problem with Firefox

LoopIndex Track Changes

The plugin provides the option to track the changes (additions / deletions) made to your editor's text, with the support of multi user changes, meaning, changes will be colored differently for each user and will show the user information, enabeling you to see exactly who is the change owner. 
Changes are marked as added or deleted.

The operations supported by the plugin are:

  • Enable / Disable Track Changes

  • Show / Hide Track Changes

  • Accept / Reject All Changes

  • Accept / Reject A Single Change

  • Displays The Changed Text Author

  • Displays The Change Timestamp  

Screenshots

lite

59,745 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.25 4.24 4.23

Version: 1.2.30

DownloadRelease notes

LITE (Track changes for CKEditor) version 1.2.30 Release notes:

This is a maintenance release.

Notable changes:
1. All user ids are now treated as strings. This addresses situations where user ids were configured as numbers and subsequently compared to their string version (falsely indicating no match)..

2. Since the rangy library supports requirejs (and AMD in general), it was not accessible on pages that loaded requirejs. We've introduced minimal support for this scenario, allowing rangy to be accessed from the global scope when requirejs is present.

Enjoy!

Configuration Helper

Simplify the task of changing some behaviors of CKEditor:

  • Hide dialog fields
  • Remove dialog fields
  • Set a 'placeholder' when the editor is empty
confighelper

64,319 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.25 4.24 4.23

Version: 1.10.1

DownloadRelease notes

RemovePlaceholder adds carriage return in Firefox and IE
Do not add placeholder when CKE is readOnly.

Thanks to Jules Achiel.

File Uploader by Uploadcare

File Uploader by Uploadcare is all about uploading user-generated content. It dramatically affects your product or business: if an upload doesn't hit its target, it won't convert, and you lose a customer.

File Uploader allows your users to rapidly upload files from many sources including their device, social media, and cloud storage.

  • All uploads are powered by a distributed upload network that picks a node depending on your user location and bandwidth. That's up to 4x faster than other offerings.
  • Once uploaded, your content gets delivered by a smart CDN running on the best-in-class backbone that accelerates your media by up to 9x.
  • File Uploader supports getting files from URLs, Facebook, Instagram, VK, Dropbox, Google Drive, OneDrive, Box, Evernote, and more.
  • Any file types are supported: images, docs, videos, etc. The uploader handles files of up to 5 TB in size.
  • When uploading images, those can be easily cropped in any browser right in the dialog. You can also save bandwidth by optimizing images on user devices.
  • The uploader supports 20+ locales out of the box: English, Spanish, French, Latvian, Polish, Portuguese, Russian, Chinese, and many more.

Sign up for Uploadcare to get your free API keys.

Screenshots

uploadcare

74,370 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.25 4.24 4.23

Version: 3.0.0

DownloadRelease notes

Updated

  • The default version of the widget is now 3.x.
  • Added integration to the default config to provide info
    on the CKEditor version and plugin version for User Agent with requests
    to Uploadcare Upload API.

CKEditor Synonymizer

Syn plugin allows you to get synonyms for words in the text directly in the editor CKEditor. You click, right-click the word, resulting in a pop-up menu will get out all its synonyms.

Screenshots

WIRIS - Math & science editor

WIRIS plugin for CKeditor enhances your text editor with an icon to edit math equations with WIRIS MathType. Easily create and include math and chemistry formulas with a visual editor (WYSIWYG) in your web pages within CKeditor.

All detailed information at wiris.com/solutions/ckeditor.

How does it work?

Just click on the new MathType and ChemType WIRIS icons that will appear in your rich text editor toolbar when the WIRIS plugin has been installed, and you will get WIRIS editor to build your formula. Create a scientific expressions with the classical interface or handwrite it.

When you click on Accept, your expression will be converted into an image and displayed along with your other content.

Technical overview

WIRIS MathType comes with a WYSIWYG interface based on HTML and Javascript.

  • New icon in the toolbar
  • Edit in mobile devices. Works on iPad and other tablets.
  • Accessibility text utomatically included in math formulas.
  • MathML editor.
  • LaTeX support.
  • Arabic math notation.
  • Interface requests images to a web-service.
  • Images are stored in a cache folder.

Screenshots

Releases

Plugin versions CKEditor versions
4.25 4.24 4.23

Version: 7.16.1

DownloadRelease notes

Improvements

  • [PLUGINS-1203] - [JavaScript] [Renderer] Render safeXML with WIRISplugins.js.

Bugs and minor improvements

  • [PLUGINS-1235] - [JavaScript] Modal window is centered when it is maximized.

  • [PLUGINS-1241] - [JavaScript] [iOS] Modal works properly in iPads.

  • [PLUGINS-763] - [Ruby] Gem uploaded to rubygems.

  • [PLUGINS-1213] - [Angular] Document Angular 2+ Framework.

  • [PLUGINS-1232] - [Froala] [npm] Froala3 available npm.

HTML Insert

Do you want to add some HTML code right in the inner CKEditor area, but don't know how? You need HTML Insert. This add-on allows working with HTML code on the page you edit, highlights HTML syntax, and lets inserting a new code or edit the selected existing code.

Key features:

  • HTML syntax highlighting
  • Showing line numbers
  • HTML formatting as you type the code
  • Inserting text at cursor.

See YouTube Demo Video: http://www.youtube.com/watch?v=LcrtIgeVFMc

Screenshots

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