Kacper Tomporowski

Results 68 comments of Kacper Tomporowski

Some interesting stuff - https://medium.com/@adamerose/using-ckeditor-5-in-create-react-app-without-ejecting-cc24ffb3fd9c.

Hi, you can listen to the mentioned events directly on the [document view](https://ckeditor.com/docs/ckeditor5/latest/api/module_engine_view_document-Document.html#event-event:keydown). At first, you'll need to get the editor instance, then set up a listener: ```javascript const viewDocument...

The same issue can be reproduced with the `TrackChangesData` plugin and calling one of its methods.

Hi! Inserting videos from the media library is not supported yet. For now, you can use the [Media embed](https://ckeditor.com/docs/ckeditor5/latest/features/media-embed.html) plugin.

Hey @burakozdemir32! Thanks for the report, I will check it.

Thanks, we started preparing the patch that makes the plugin compatible with Strapi 5. However, for now, I can't promise any ETA (especially since Strapi 5 is still in RC)....

Hi guys, I prepared a PR with Strapi v5 migration. We are going to release the `alpha` version on npm, however, if you'd like to test it and see if...

Hello everyone, the migration is done and released - see the [release notes](https://github.com/ckeditor/strapi-plugin-ckeditor/releases) to learn more.

Hey @sfita! Could you please share the exact steps to reproduce the issue and describe the actual and the expected result?

Currently, CKEditor 5 supports inserting only images. I'm curious what behavior you would like to see here (inserting a link to the PDF, rendering PDF)?