Google Search
- Categories: Tools, UI
- Author: prafullsranjan
- License: MIT
A simple ckeditor plugin to add a google search button to search selected word.
Installation:
add "googlesearch" to your ckeditor's extraPlugins variable.
Screenshots
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 1.1 |
||||
minor bug fixes |
Paragraph Indentation
This plugin add the ability to indent the first line of a paragraph
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 1.2.2 |
||||
Fixed error where the icon didn't show up in the default toolbar |
teste
This is a teste, please don't download this plugins thanks
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 1.0.1 |
||||
Renamed some files and correct varius typos |
Insert HTML From File
This plugin allows you to select files of HTML snippets and import them directly into CKEditor
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 1.0 |
||||
Initial Version |
Open Link
Open Link is a very simple plugin, extending the editor context menu with a possibility to open the link in a new tab. It has the following features:
- It extends the context menu with a possibility to open the link in a new tab.
- It allows you to open the link with a Ctrl/Cmd click.
The plugin also integrates with linked Enhanced Image widgets.
Screenshots
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 1.0.7 |
||||
Fixed a security issue where maliciously crafted links would execute code on client side upon opening the link. This is a final release, from now on plugin is marked as not maintained anymore. |
Balloon Toolbar
This plugin provides an API to create floating toolbars pointing at a given element.
It also allows you to specify context-aware toolbars, providing a very easy way of defining a customized toolbar for a given content type.
See the Ballon Toolbar plugin documentation for more technical information.
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.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 |
Media Widget
This widget embeds image, video, audio and iframe elements wrapped within a figure and optionally with a caption.
The figure will get an appropriate CSS class reflecting the media type (image, video, audio or iframe) and, if alignment is set, one of left or right.
Currently this widget supports setting the attributes width and height for all media types and alt for images. The controls (audio and video) and allowfullscreen (iframe) are automatically set.
The resulting HTML for an image with a caption will be p.e.
<figure class="image">
<img src="/url/to/media" alt="Some Alternative" />
<figcaption>An image with alternative text, but without width and height set</figcaption>
</figure>
Supported browser APIs
If you provide a browser implementation that uses one of the following browser APIs the Browse server button will appear:
This widget itself does not provide any browser!
The browser plugin (if installed) will be used as the preferred option, when the URL to your browser implementation is configured
config.mediaBrowser = '/url/to/browser';
Otherwise the mediabrowser plugin (if installed and configured) will be used as the second option, or the filebrowser plugin (if installed) as the third option.
Usage with browser and mediabrowser plugin
Your browser implementation can currently send following keys with the message:
{
src: '...', // required, URL to media
type: '...', // optional, audio, iframe, image or video
alt: '...', // optional, alternative text (only for images)
width: '...', // optional
height: '...' // optional
}
Note
If you need inline media elements in the resulting HTML, please stick with version 0.20 or use another plugin, because this is not supported anymore.
Inline media elements initially loaded into the editor content will automatically be wrapped inside a figure and stay there when you save the editor content, even if you omit the caption.
Demo
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 2.10 |
||||
Technical release |
Save Markdown
A ckeditor plugin that allows you to save the content of your editor in markdown syntax.
When CKEditor is placed inside an HTML form, this plugin saves the editor content and submits it to the server. It also adds the Save Markdown toolbar button which submits the form that contains the editor.
Note: This functionality only works for classic editor placed inside a <form> element on the page.
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 1.0.0 |
||||
The First Release In this version, it tries to copy the form that the ckeditor is placed in it, and inserts it at the end of body This form is not the exact copy of the original form that contains ckeditor. After this cloning instructions, it tries to submit the copy form. |
File Uploader
- Categories: Contents, Data, Tools
- Author: doksoft
- License: Commercial
File Uploader is a versatile solution to upload files and images to the server and to embed them into the edited area. Besides uploading, it offers the most critical features, such as relocation from an external website by URL, resizing of pictures and inserting them as a preview or a link.
This one add-on encompasses functionality of these previously known add-ons:
- Quick Image Upload
- Quick Image Preview Upload
- Quick File Upload
- Easy Image Upload
- Easy Image Preview Upload
- Easy File Upload
- Rehost Image
File Uploader is a standalone product, it has its own SDK and does not need third-party file managers.
The main features:
- Automatically makes backup copies of original images before editing.
- File sets are uploaded as transactions to avoid partial uploading.
- Images can be renamed after uploading and before commit.
- There are three templates for uploading files - as an image, as a preview and as a link to the file.
- Resize all uploaded images at once. Just specify dimensions you want the images to fit.
- JavaScript and TypeScript SDK. Use the API that allows to invoke a component of your application with specified parameters.
Learn how File Uploader works, to understand the philosophy we put as a base of the component, and to learn its features and capabilities.
Close Dialog Outside
Close Dialog Outside plugin is indented to enhance the "dialog" CKEditor plugin by adding the functionality of closing (cancel) the dialog if clicking anywhere outside of the dialog box.
Installation
- Make sure you have the "dialog" plugin installed see https://ckeditor.com/cke4/addon/dialog for details.
- Extract the contents of the file into the "plugins" folder of CKEditor.
- In the CKEditor configuration file (config.js) add the following code
config.extraPlugins = 'closedialogoutside';
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 1.0.0.1 |
||||
Removed unnecessary files. |