Plugins





About

Using a modular programming structure based on plugins, we managed to improve the WYSIWYG HTML editor's performance, making it more efficient, easier to understand, extend, modify and maintain. The main advantage is that you can include only the plugins that you need, instead of having all of them already in.

Available Plugins

Plugins extend the basic functionality of the rich text editor. To add a plugin, just include its corresponding javascript and stylesheet files. For example, you can use the table plugin by adding the following lines after you include the editor code JS file.

<!-- Include the Tables plugin CSS file -->
<link rel="stylesheet" href="../css/plugins/table.min.css">

<!-- Include the Tables plugin JS file -->
<script src="../js/plugins/table.min.js"></script>


List

Align
Char Counter
Code Beautifier
Code View
Colors
Draggable
Embedly
Emoticons
Entities
Files Manager
File
Font Awesome
Font Family
Font Size
Fullscreen
Help
Image
Image Manager
Image Tui
Inline Class
Inline Style
Line Breaker
Line Height
Link
Lists
Markdown Support
Paragraph Format
Paragraph Style
Print
Quick Insert
Quote
Save
Special Characters
Spell Checker
Track Changes
Table
URL
Video
Word Paste