CKEditor5 can’t convert null to object
I’m using the following code provided by Reinmar here to create multiple instances of CKEditor5. However in Firefox Inspector I get the error: CKEditorError: can't convert null to object
Allow to support tags in CKEditor5
I need to allow <meta>
tags in CKEditor5. I wrote a plugin for this, but it doesn’t work with these tags. But it works with another tags e.g. <custommeta>
.
CKEditor5 configuration options
CKEditor4 allowed a default configuration to be set in a main configuration file, has this feature been removed in CKEditor5? Must all config options be now set in each instance?
Change Link popup (to open link in a new tab)
I would like to adjust popup (Ctrl K)
Simple Upload Adapter, ckeditor5 can’t upload file
I used CKeditor5 online build tool and included SimpleUploadAdapter. Here is the source of ckeditor.js: