Cavac Note

Cavac Notes are jQuery popups when a document is rendered as HTML document and a pseudo-link is clicked, similar to what "XKCD WhatIf" uses.

This plugin includes both the ckeditor and the jquery plugin, see the README file.

Screenshots

cavacnote

11,774 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.0

DownloadRelease notes

Initial release. I use this on my Maplat webserver and thought maybe other people are interested in the plugin as well.

HTML5 Audio

Based on the html5 video plugin here. just  a simple audio player for but mp3 and wav

Audio

33,901 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.0

DownloadRelease notes

Tested on 4.5. works well!!

Upload File

A simple plugin that allows you to drag&drop a file into the editor. The editor will then automatically send the file to your pre-configured backend and convert it into a link.

Screenshots

uploadfile

67,200 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

Auto Link

A simple plugin that turns the pasted or typed URL text into a link. For example, "http://example.com" will become "<a href=“http://example.com”>http://example.com</a>".

autolink

120,066 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

Video Snapshot

Introduction

Get video snapshot from the url

Add-on Installation Instructions

Enable the plugin by using the extraPlugins configuration setting

config.extraPlugins = 'videosnapshot';

If you use `sourcedialog` plugin, you need to enable `allowedContent` option

config.allowedContent = true;
Add item with custom toolbar
config.toolbar = [
    ...
    { name: 'other', items: ['videosnapshot'] }
]
My other plugin

Simple Button

Funding

Thank you for your interest in giving to this plugin. You can make a donation by clicking on the paypal button in my website.

Screenshots

videosnapshot

18,160 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 0.0.2

DownloadRelease notes

  • Get play image url
  • Fix: ckeditor removing empty span automatically

Chart

This is a proof-of-concept plugin that adds support for injecting charts into CKEditor. To render charts, the Chart.js library is used. The plugin serves as an example of using external JavaScript libraries in CKEditor, using the widgets feature. It has lots of comments inside to help you understand how it was built.

This plugins is not compatible with Internet Explorer 8.

For an installation instruction check README.md

Screenshots

chart

39,877 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.0.2

DownloadRelease notes

  • Added Spanish translation thanks to @gabrielepuyao.
  • Updated Chart.js library to the latest stable 1.x version (1.1.1).
  • Fixed typos in the installation instruction.

Config Helper

Helps in changing behaviour of CK Editor. This is an extension to Config Helper

ccmsconfighelper

16,446 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.0rc

DownloadRelease notes

This release contains fixes to Config Helper plugin

Read only Source Dialog

This plugin shows the html source of the editor content in read-onlymode

ccmssourcedialog

10,679 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.0rc

DownloadRelease notes

This is first release.

Simple Button

Introduction

Create an HTML button that acts like a link

Add-on Installation Instructions

Enable the plugin by using the extraPlugins configuration setting

config.extraPlugins = 'simplebutton';

If you use sourcedialog plugin, you need to enable allowedContent option

config.allowedContent = true;
Add item with custom toolbar
config.toolbar = [
	...
	{ name: 'other', items: ['simplebutton'] }
]
My other plugin

Video Snapshot

Funding

Thank you for your interest in giving to this plugin. You can make a donation by clicking on the paypal button in my website.

Screenshots

simplebutton

19,253 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.0.3

DownloadRelease notes

ACDC Placeholder

This plugin creates  placeholder text which has  click event attached to it. Additional events can be attached to it as well which can be used to pop up new dialog or add custom login based on the business needs 

it has functions attached to editor to show and hide Icons or show postion of the placeholder within the CKeditor. All that needs to do is pass a function to the editor instance 

 

 

ccmsacdc

15,361 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.1

DownloadRelease notes

Removed PlaceholderIdLoader.js file

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