Internal Link

Insert internal link. Require query template to compile HTML code.

Screenshots

internallink

8,342 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.0

DownloadRelease notes

Ver 1.0

Paste From Google Doc

Filter to paste from Google Doc and keep style (bold, italic, underline).

My frst time posting a plugin.

I'm posting my solution in case it is useful to someone. I had this issue with pasting from googleDocs. And I found someone made a branch of CKEditor in github (13877) which corrects this.

But I needed it to work with my version of CKEditor which I cannot change bacause it is integrated with Prcocesswire CMS.

So I wrote this plugin.

The code is originally from Frederico Knabben, written in ckeditor-dev-t-13877 branch (https://github.com/cksource/ckeditor-dev/tree/t/13877) has been adapted in a plugin.

This filter detects all style that is already in the toolbar. So if underline is missing for example you must add it to the toolbar.
Instruction for Processwire : 

For processwire, you must edit the field that has CKEditor and make sure that :

  • copy the plugin folder in site/modules/InputfieldCKEditor/plugins
  • ACF is On
  • pasteFromGoogleDoc plugin is enabled
  • CKEditor toolbar configuration contains Bold, Italic and Underline
    • e.g : Format, Styles, -, Bold, Italic, Underline, -, RemoveFormat
    • if Underline is not in the toolbar for example, it will be bypassed by the filter. 

 

 

pasteFromGoogleDoc

30,734 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.0

DownloadRelease notes

First release

Simple image upload - no filebrowser required

CKEditor's Add-ons list is full of very useful plugin, but the most of them require a FileBrowser, eg: CKFinder. I think these are too uncomfortabble, and too complicated, so I did the most simple image upload plugin for quick image uploading. I hope it'll help you!

simpleImageUpload

15,374 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.0

DownloadRelease notes

The most easiest way to upload images to your webserver. First of all you have to add plugin into your editor and you have to add an upload url in your config like this:

CKEDITOR.editorConfig = function( config ) {
      config.uploadUrl= 'UPLOAD/URL/TO/YOUR/PHP/FILE'; 
});

or like this:

CKEDITOR.replace('editor', { 
     uploadUrl: 'UPLOAD/URL/TO/YOUR/PHP/FILE', 
});

 

I hope it'll help you! :)

Widget Context Menu

A CKEditor plugin which makes it possible to edit, copy and remove widgets using the right click context menu. This overcomes the problems of some widgets that are difficult to select. The name of the widget in the context menu is the title of the outer element, if that does not exist it shows the name of the widget.

Configuration

By default no configuration is required. To disable commands use any of the following config settings:

config.widgetcontextmenu_edit = false;
config.widgetcontextmenu_copy = false;
config.widgetcontextmenu_remove = false;

Dependencies:

  1. Context Menu Plugin (http://ckeditor.com/cke4/addon/contextmenu)
  2. Widget Plugin (http://ckeditor.com/cke4/addon/widget)

Installation:

  • Add the widget to your CKEditor build 

OR

  • Extract the downloaded file into the CKEditor’s plugins folder.
  • Enable the plugin by changing or adding the extraPlugins line in your configuration (config.js): config.extraPlugins = 'widgetcontextmenu'; 

Screenshots

widgetcontextmenu

13,653 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.13

DownloadRelease notes

Added Copy command and added config settings

Ckeditor FontAwesome plugin

Ckeditor FontAwesome integration plugin for drupal wysiwyg module.

ckeditor_fa

16,448 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.0

DownloadRelease notes

Main version

Table Selection

This plugin introduces a unique custom selection system for tables to, for example:

  • Select an arbitrary rectangular table fragment - a few cells from different rows, a column (or a few of them) or a row (or multiple rows).

  • Apply formatting or add a link to all selected cells at once.

  • Cut, copy and paste entire rows or columns.

Screenshots

tableselection

1,574,261 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 Uploader without file browser

This simple plugin replaces the built-in image upload function. The plugin enables the developers use their own server to save the image without any file browser.

Update at 18 Oct 2017:
Example has been added in GitHub. 

imageCustomUploader

22,932 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.1.0

DownloadRelease notes

  • Add the dependencies
  • Fix bugs
  • Create example in GitHub

Replace (change) tagName of current element

This plugin help you to instant change the tagName of current element. For example, you want to change tagName p to div or any custom tagName. There are two way to do this:

  • If you do not select anything: the plugin will change the tagName of lowest element in the tree, reconigte by the current position of input cursor.
  • Or if you select element: easy to understand
replaceTagNameByBsquochoai

6,096 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.2

DownloadRelease notes

Replace tagName of current element

YouTube Search

A search result contains information about a YouTube video, channel, or playlist that matches the search parameters.

 

DEPENDENCIES:

It requires the following plugins to work: Widget and Line Utilities.

 

NOTE: You can send your suggestions, comments, concerns, or inquiries through mj.plugins.info@gmail.com or by filling up the contact form of my website. I'm having trouble using Disqus lol.

Screenshots

Bootstrap Dropdown Buttons

Use any button to trigger a dropdown menu by placing it within a .btn-group and providing the proper menu markup.

  • Compatible with Bootstrap 4

 

DEPENDENCIES:

No dependencies.

 

NOTE: You can send your suggestions, comments, concerns, or inquiries through mj.plugins.info@gmail.com or by filling up the contact form of my website. I'm having trouble using Disqus lol.

Screenshots

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