- ๐ง๐ชBelgium wim leers Ghent ๐ง๐ช๐ช๐บ
Let's first do โจ Add support for ckeditor5-autoformat Fixed , which has far stronger community interest. ๐ค
After that's in, let's evaluate this in more detail ๐
- ๐ฎ๐ฉIndonesia el7cosmos ๐ฎ๐ฉ GMT+7
Since autoformat has already committed, is there any plan for this
- Status changed to Active
over 1 year ago 2:57pm 17 August 2023 - ๐ง๐ชBelgium wim leers Ghent ๐ง๐ช๐ช๐บ
You're right, this is not blocked anymore!
This is a powerful feature, the tricky thing is to decide where the boundaries lie, because for example configuration like this:
// You can also define patterns using regular expressions. // Note: The pattern must end with `$` and all its fragments must be wrapped // with capturing groups. // The following rule replaces ` "foo"` with ` ยซfooยป`. { from: /(^|\s)(")([^"]*)(")$/, to: [ null, 'ยซ', null, 'ยป' ] },
will never really be feasible via the UI ๐
- ๐ฎ๐ฉIndonesia el7cosmos ๐ฎ๐ฉ GMT+7
Yes, perhaps we leave out the pattern substitution for now
- Status changed to Postponed: needs info
about 1 year ago 9:29am 21 September 2023 - ๐ง๐ชBelgium wim leers Ghent ๐ง๐ช๐ช๐บ
Per #3227354-111: Add support for ckeditor5-autoformat โ , since there seems to be no complaints about
autoformat
in the first 3 months of that being enabled by default, I think we can consider adding this. That being said, the impact of this is far lower I think.Demoting to .
We should only do this if a significant portion of Drupal sites would benefit from this IMHO. 6 followers in >9 months is almost a certain indication that this is not worth pursuing.
If this does not reach at least 20 followers by the end of the year, I will close it. (For contrast: #3227354 has 45 followers.)
- Status changed to Closed: works as designed
9 months ago 3:46pm 29 February 2024 - ๐ง๐ทBrazil gedvan Joรฃo Pessoa
For those who may be interested, I just created a module that adds the TextTransformation plugin to CKEditor 5.
https://www.drupal.org/project/ckeditor_text_transformation โ