CKEditor
CKEditor with MODX3 support
Creator: Danil Kostin (danya_postfactum)
Updated by: Dima Kasatkin (dimasites)
Screenshots
About CKEditor
CKEditor is a full-featured HTML editor, that provides quality XHTML output.
CKEditor integration supports drag & drop from your Resources Tree (to create links to Files or Resources), Ctrl+S saving.
See demo: here
This project is hosted on github here.
Please feel free to leave comments/suggestions and contribute!
Information
Released
July 8, 2024
Supported Database
MySQL
License
GPLv2
Supported Versions
2.2 - <3.0
Downloads
81,373
Instructions
Install package, make sure system setting `use_editor` is set to `true`, and `wich_editor` is `CKEditor`
See https://ckeditor.com/docs/ckeditor4/latest/features/toolbar.html if you want to change toolbar configuration.
New in 1.4.6-pl
Changelog for CKEditor integration into MODx Revolution.
CKEditor 1.4.6 (2024.07.03)- Fix small (as expected) editor frame height in some cases via default autogrow plugin settings
- Removed Flash plugin, because .swf format is outdated
- Added html5video plugin. Now we can paste .mp4 videos via editor!
- Added interactive resource selector with search by pagetitle or id in paste link dialog. It paste [[~id]] modx tag as link src
- Added force browser cache flush of old JS-scripts versions when package updated
- Fix initialization in non-TV instances like in ClientConfig extra (thanks @dimasites)
- Fix no autocorrect text when it's pasted from clipboard while autocorrection enabled and activated
- Fix string param for mediabrowser link (thanks @dimasites)
- Replaced MODX.action by string (MODX3 support)
- Fixed Save shortcut command (Patrick Reisert @Boddlnagg)
- Added Resource Editor Height option
- Default skin is Moono-Lisa
- CKEditor core is updated to 4.8.0
- Add third-party components support (MODx.loadRTE()) (Romain @rtripault)
- Add improved image plugin
- Fixed MODx 2.3 compatibility
- Added new settings (stylesSet, removePlugins, toolbarGroups, formatTags, nativeSpellchecker) (thanks to MokoJumbie and exside [Lukas Zahnd])
- Addes plugins: SCAYT, QuickTable, AutoGrow (disabled by default)
- Improved AutoCorrect Plugin (settings dialog, bugfixes, other improvements)
- Fixed Ctrl+Z in Source mode
- Simplified toolbar configuration (used less painful "toolbarGroups" option rather then "toolbar")
- Fixed AjaxManager compatibility (tree drag'drop bug)
- Added de language (settings localization: miduku)
- Added plugins: youtube, wordcount, autocorrect
- Simplified drag'n'drop from tree (remove dnd context menu)
- IE8 support
- MODx file browser integration
- richtext TV support
- Custom Resource Classes (Articles for ex.) support
- Improved drag'd'drop from trees (insert images directly from File Tree)
- Fixed Ctrl+S shorcut
- Extra plugins setting
- Editor skin setting
- Fixed blocking bug occured in Firefox
- Fixed fatal error
- Inherit height of textarea
- Initial commit