Kacper Tomporowski

Results 32 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...