Bootstrap Alert
- Categories: Contents, Layout, Styling
- Author: michaeljanea
- License: Commercial
Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.
- 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.
Box Shadow
- Categories: Contents, Layout, Styling
- Author: michaeljanea
- License: Commercial
Add shadows to your content without editing the source code!
- Compatible with <span>, <div> and <img> tags
- Available in 66 languages
DEPENDENCIES:
It requires the following plugins to work: Color Dialog.
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.
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.
Releases
| Plugin versions | CKEditor versions | |||
|---|---|---|---|---|
| 4.25 | 4.24 | 4.23 | ||
|
Version: 1.0 |
||||
|
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
Releases
| Plugin versions | CKEditor versions | |||
|---|---|---|---|---|
| 4.25 | 4.24 | 4.23 | ||
|
Version: 1.0 |
||||
|
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.
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.25 | 4.24 | 4.23 | ||
|
Version: 4.25.1-lts |
||||
|
First minor release of CKEditor 4.25.1-lts |
||||
|
Version: 4.24.0-lts |
||||
|
First major release of CKEditor 4.24.0-lts |
||||
|
Version: 4.23.0-lts |
||||
|
First major release of CKEditor 4.23.0-lts |
||||
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>".
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.25 | 4.24 | 4.23 | ||
|
Version: 4.25.1-lts |
||||
|
First minor release of CKEditor 4.25.1-lts |
||||
|
Version: 4.24.0-lts |
||||
|
First major release of CKEditor 4.24.0-lts |
||||
|
Version: 4.23.0-lts |
||||
|
First major release of CKEditor 4.23.0-lts |
||||
Video Snapshot
Get video snapshot from the url
Add-on Installation InstructionsEnable 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
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.
Releases
| Plugin versions | CKEditor versions | |||
|---|---|---|---|---|
| 4.25 | 4.24 | 4.23 | ||
|
Version: 0.0.2 |
||||
|
||||
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
Releases
| Plugin versions | CKEditor versions | |||
|---|---|---|---|---|
| 4.25 | 4.24 | 4.23 | ||
|
Version: 1.0.2 |
||||
|
||||
Config Helper
Helps in changing behaviour of CK Editor. This is an extension to Config Helper
Releases
| Plugin versions | CKEditor versions | |||
|---|---|---|---|---|
| 4.25 | 4.24 | 4.23 | ||
|
Version: 1.0rc |
||||
|
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
Releases
| Plugin versions | CKEditor versions | |||
|---|---|---|---|---|
| 4.25 | 4.24 | 4.23 | ||
|
Version: 1.0rc |
||||
|
This is first release. |
||||