Feature #101206
closedEpic #99669: CKEditor5 Collection
Story #101904: CKEditor5 UI
Missing full-screen editing of CKeditor
0%
Description
Since the editor window automatically adjusts its height based on the entered text, the toolbar disappears outside the viewport for long texts because it cannot be made "sticky." Having a full-screen editing function like in older TYPO3 versions would solve the problem. Alternatively, limiting the height of the editor to a maximum of 100% of the frame height could also be a solution.
Updated by Benjamin Franzke about 1 year ago
- Parent task changed from #99669 to #101904
Updated by Riccardo De Contardi 6 months ago ยท Edited
As far as I have understood, CKEditor 5 does not have a "maximize" button. See https://github.com/ckeditor/ckeditor5/issues/1235
There's a plugin that could be considered for inclusion: https://github.com/pikulinpw/ckeditor5-fullscreen
I found this documentation about how to add a custom plugin on TYPO3 CKeditor:
https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.0/Breaking-96874-CKEditor-relatedPluginsAndConfiguration.html
and https://www.derhansen.de/2023/05/2023-05-05-create-a-custom-ckeditor5-plugin-for-typo3-12.html
Updated by Garvin Hicking 6 months ago
- Status changed from New to Needs Feedback
Updated by Georg Ringer 5 months ago
- Related to Story #101906: CKEditor5 missing plugins added
Updated by Georg Ringer 5 months ago
- Status changed from Needs Feedback to Closed
closing in favor of #101906 which is the umbrella task to add plugins