Who knows how to enhance #CKEditor4 the editor (not source code mode!) by ckeditor #API, ckeditor #plugin, ckeditor filter and #JavaScript to add such elements as un-encoded raw #HTML ?

<?php ?>

or

<% TEST %>

or

<?$tag attr1="value" attr2="value">Text</?>

or

<@myactions.test size="small" alt="" output="yes" />

or

<@plugin.subroutine encoding="Latin1" output="yes">
pass this content
</@plugin.subroutine>

----

I had not found a ckeditor plugin to do this and re-edit the stored HTML file with SSH or FTP client is useless and nasty for workflow.

#ckeditor
#FollowerPower

Please vote for this #CKEditor5 feature: https://github.com/ckeditor/ckeditor5/issues/14206
As for upgrading #TYPO3 instances to #v12, this is really necessary to keep the previous behaviour of #CKEditor4 that only one #style can be assigned to an element instead of multiple. #CKEditor
Introduce unique, toggleable styles in the Styles plugin · Issue #14206 · ckeditor/ckeditor5

📝 Provide a description of the new feature The Styles feature currently works in such a way that a user can apply multiple classes/styles to an element, i.e. it's possible to add more that one styl...

GitHub

@danielsiepmann I have discussed this several times with my colleagues and everyone agrees that plugin development for #CKEditor5 is hell.

I don't know why #TYPO3 decided to keep using #CkEditor5, because I don't see any benefit. It seems very over-engineered (it has its own debug console!) and all plugins from #CkEditor4 have to be completely rebuilt as there is no upgrade path. So it wouldn't matter if #TYPO3 had switched to another #RTE.

Would love to see #tiptap or #tinymce in #TYPO3.