ckeditor
ckeditor copied to clipboard
Edit rich text content in Craft CMS using CKEditor.
### Description When Redactor config is migrated to CKEditor config, the migration doesn’t include allowances for the `class` attribute. ```json { "htmlSupport": { "allow": [ { "attributes": true, "classes": true,...
### Description When converting fields from Redactor to CKEditor, if you have the “html” button in your Redactor config, it’ll get “translated” into the “sourceEditing” button in the CKEditor field....
### Description I'm trying to build a CKEditor plugin that will (try) to make use of the nested entries functionality and to better understand how it works first, I just...
### Description Redactor and CKEditor use slightly different markup for code block content. Redactor wraps such content in a `` tag, while CKEditor requires `` by default. This means that...
### Description When attempting to convert from Redactor 4.1.0 to CKEditor 4.1.0, I find that some tags, specifically `pre` tags, are not preserved in the migration. ### Steps to reproduce...
### Description Adds a note and example on how you can tweak the CKEditor’s Config Options. ### Related issues n/a
### Description Two separate but related issues: 1. Nested entries within CKEditor fields on entries in an existing section sometimes fail to copy over when that section is enabled for...
### Description Fixes two issues which occur when the field is translatable: 1. Nested entries not being propagated when saved to the new site. Originally, we had a restriction on...
### Description Since the latest update to CKEditor 4.1.0, I have encountered an issue with a custom module that provides a Twig function for use in my longform components. This...
This PR addresses spacing issues that regularly results in rogue trailing lines. It is based on the work of [@devolute](https://mastodon.social/@devolute): https://mastodon.social/@devolute/112615852011105973 1. Sets the CKEditor branding to `outside`. 2. Equalises...