Image Embed
- Categories: Contents, Data, Tools
- Author: doksoft
- License: Commercial
Image Embed is used for direct inserting images into HTML without the need to upload them to the server. The picture is embedded as BASE64 (Data URI Scheme) code in your page. This technology is compatible with all popular browsers.
The most preferable way to use this plugin is for quick inserting of icons or small images.
Key features:
- Multiple images uploading.
- Support for various image formats.
- No server part is required.
- Immediate image insertion.
Screenshots
Escape HTML Entities
This plugin escapes HTML entities that appear in the editor output based on configuration. The supported entities are grouped into the following categories:
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.16 | 4.15 | 4.14 | ||
Version: 4.16.0 |
||||
The first major release of CKEditor 4.16.0 |
||||
Version: 4.15.1 |
||||
The first minor release of CKEditor 4.15.1 |
||||
Version: 4.14.1 |
||||
The first minor release of CKEditor 4.14.1 |
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.16 | 4.15 | 4.14 | ||
Version: 4.16.0 |
||||
The first major release of CKEditor 4.16.0 |
||||
Version: 4.15.1 |
||||
The first minor release of CKEditor 4.15.1 |
||||
Version: 4.14.1 |
||||
The first minor release of CKEditor 4.14.1 |
Fake Objects
This plugin helps to create a "representative" (image with styles) for certain elements which have problem with living in editable, it provides the API to transform an real DOM element into the "fake" one, and to restore the real element from the fake one on the output.
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.16 | 4.15 | 4.14 | ||
Version: 4.16.0 |
||||
The first major release of CKEditor 4.16.0 |
||||
Version: 4.15.1 |
||||
The first minor release of CKEditor 4.15.1 |
||||
Version: 4.14.1 |
||||
The first minor release of CKEditor 4.14.1 |
HTML Output Writer
This plugin provides flexible HTML output formatting, with several configuration options to control the editor output format.
Refer to the Output Formatting documentation for details.
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.16 | 4.15 | 4.14 | ||
Version: 4.16.0 |
||||
The first major release of CKEditor 4.16.0 |
||||
Version: 4.15.1 |
||||
The first minor release of CKEditor 4.15.1 |
||||
Version: 4.14.1 |
||||
The first minor release of CKEditor 4.14.1 |
BBCode Output Format
This plugin configures CKEditor to output BBCode format instead of (X)HTML. It also customizes the editor configuration to better match the BBCode environment.
As BBCode format has several flavors, current implementation of this plugin is based on the following specification:
https://www.phpbb.com/community/faq.php?mode=bbcode
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.16 | 4.15 | 4.14 | ||
Version: 4.16.0 |
||||
The first major release of CKEditor 4.16.0 |
||||
Version: 4.15.1 |
||||
The first minor release of CKEditor 4.15.1 |
||||
Version: 4.14.1 |
||||
The first minor release of CKEditor 4.14.1 |
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.16 | 4.15 | 4.14 | ||
Version: 4.16.0 |
||||
The first major release of CKEditor 4.16.0 |
||||
Version: 4.15.1 |
||||
The first minor release of CKEditor 4.15.1 |
||||
Version: 4.14.1 |
||||
The first minor release of CKEditor 4.14.1 |
Google Maps
This plugin allows the users to easily create and insert a Google Map into the content. There are many available options so you can get a nice and powerful map inserted in the page with very little effort and no previous knowledge about HTML, Javascript or even the Google Maps are required.
Select the type of map that you want to use (map, satellite), location, zoom, size. The add markers to highlight the places that you want, select the color for them, join them with lines or draw an area.
It's possible to select other less known features like weather, traffic, ... check the demo to see all the options by yourself.
The only requirement is that the server/CMS is configured to allow javascript as that's the way to make Google maps work without using iframes.
The product is sent directly after payment and it includes the install instructions (as easy as any other CKEditor plugin). All future upgrades to the plugin are included.
The plugin is compatible with CKEditor 3.6 and 4.x
HTML Buttons
This plugin allows to easily create as many buttons as desired that each one can insert into the editor the HTML snippet that you want.
Version 1.5 includes changes proposed by Eric Arnol-Martin to wrap the existing selection with the HTML snippet (instead of only inserting and overwritting the selection).
It includes also the proposal by Julian Ivancsuk to use a menu-button dropdown instead of individual buttons so you don't clutter the toolbar if you have a lot of buttons.
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.16 | 4.15 | 4.14 | ||
Version: 1.5.2 |
||||
avoid breaking the toolbar configurator |