Kacper Tomporowski

Results 68 comments of Kacper Tomporowski

Hi @johnkhor0216! Recently we released a new version of the plugin with a changed installation method. You can refer to the [new configuration](https://github.com/ckeditor/strapi-plugin-ckeditor/blob/master/admin/src/components/CKEditorInput/Configurator.js#L6-L55) and follow the convention to adjust your...

Hi @manojmsys @landmesser-mm! Thanks for the suggestion, I will take a look at it.

As a workaround, you can switch to the editing mode after clicking your buttons, then call `editor.getData()`. For example: ```typescript sourceEditing: any; toggleEditor() { this.sourceEditing = this.editor.plugins.get( 'SourceEditing' ); this.sourceEditing.isSourceEditingMode...

Hi, thanks for the report. I can confirm this issue.

Hi, thanks for the report. I confirm it as a valid feature request.

I can confirm it. It occurs only in Chrome.

Hi, thanks for the report. Currently, CKEditor 5 doesn't support iframes, so I'll confirm this issue as a feature request.  Also, you can try to implement it on your own,...