This module will allow Drupal to replace textarea fields with the CKEditor 4 - a visual HTML editor, usually called a WYSIWYG editor. This HTML text editor brings many of the powerful WYSIWYG editing functions of known desktop editors like Word to the web. It's very fast and doesn't require any kind of installation on the client computer.
CKEditor 4 officially reached its end-of-life in 2023
CKEditor 4 officially reached its end-of-life in 2023, after more than a decade. Migration to CKEditor 5 is recommended. CKEditor 5 is available in Drupal 9.5+.
CKEditor 4 LTS with security updates available until December 2028
If for any reason you can't upgrade to CKEditor 5 and you are interested in getting security updates for CKEditor 4 up until December 2028, please check the CKEditor 4 LTS module, where a special edition, CKEditor 4 LTS ("Long Term Support"), is available under commercial terms ("Extended Support Model") for anyone looking to extend the coverage of security updates and critical bug fixes. It provides the same functionality as this module and is backwards compatible.
What is CKEditor?
CKEditor is the far superior successor of FCKeditor. The editor has been rebranded and completely rewritten. It is now much faster (the code has been optimized), loads faster (the number of files has been reduced, so the browser will perform less HTTP requests) and developer-friendly.
Add the Gigya Toolbar for Free and Increase Traffic and Engagement!
Get return traffic when users share and tweet from the toolbar.
Supports 80 social destinations and includes a Facebook fan page and Twitter updates buttons.
FREE and takes only 2 minutes to add to any site - no coding needed.
The toolbar does not affect page load time! It loads only after the page is fully loaded.
Get paid for searches made from the toolbar (coming soon)
The Social Toolbar includes a richness of features and we are adding more features every month:
Connect to one or more social networks - The toolbar currently supports connecting to FaceBook, Twitter, MySpace and Yahoo and sharing into additional 70+ destinations.
Facebook “Fan Page” button – Users can check out your page updates and can become a fan with one click.
Twitter updates button – Users can check out your recent tweets right from your toolbar.
Update status/Tweet - Users can update status or tweet right from the toolbar. Site owners can set the default message text.
Google site search – Users can search the content of your site.
Share – One click share to over 80 social destinations.
Allows users to clean up content in wysiwyg editors.
It is meant to be a generic solution to clean up content in Wysiwyg editors. It can be used to clean up content from third party softwares as word processors or any situation where content needs to be cleaned up.
Using rules based on jQuery selectors or regular expression, you can provide buttons for wysiwyg editors to clean up content. Optionally, cleaning can be automatically fired on paste.
By default an "Open Office" preset is provided. It cleans up content copied from Open Office.
Requires the Wysiwyg module and the last 6.x-2.x-dev version of jQuery Update module (this is required for complex jQuery selectors like "div[attr*=value]" to work).