Witek Socha
Witek Socha
## π Provide detailed reproduction steps (if any) 1. Visit the https://ckeditor.com/docs/ckeditor5/latest/examples/builds/classic-editor.html 2. Make sure Grammarly is enabled. 3. Write a sentence "I am a a developer". 4. Try to...
## π Provide detailed reproduction steps (if any) 1. Enable text suggestions in Windows 10/11 (https://support.microsoft.com/en-us/windows/enable-text-suggestions-in-windows-0bf313ca-c992-4173-aa5f-8341d3953498). 2. Go to [https://ckeditor.com/docs/ckeditor5/latest/examples/builds/classic-editor.html.](https://ckeditor.com/docs/ckeditor5/latest/examples/builds/classic-editor.html.) 3. Type "thi". 4. Select "this" from the auto-complete box....
## π Provide detailed reproduction steps (if any) 1. Add the `CKBox` plugin before the Β `ImageBlock` and `ImageInline` plugins. 2. Change image from inline to block (or reverse) ### βοΈ...
When using DLL's I want to have access to types. Examples from the prototypes: ```ts // image.d.ts: import type * as image from '@ckeditor/ckeditor5-image'; declare module 'ckeditor5/build/ckeditor5-dll.js' { interface CKEditor5DLL...
## π Provide detailed reproduction steps (if any) 1. For new installation methods (#15502). 2. Load Image styles plugin, and configure it. 3. Style the image via its toolbar. ###...
### Origin URL https://ckeditor.com/docs/ckeditor5/latest/framework/deep-dive/event-system.html ### Project version 37.1.0 ### Is the information outdated? How? n/a ### Is there something missing in the guide? What is it? _Listening to events_ sections...
Review CoreMedia's feedback about exports in #12027, and decide on the next steps. https://github.com/ckeditor/ckeditor5/issues/12027#issuecomment-1504734553
_Imagine you are setting up this cool editor for your app. You copied snippets from the docs, installed the packages, and quickly embedded the editor in your app. Everything works,...
## π Provide a description of the new feature As we released [multi-level lists](https://ckeditor.com/docs/ckeditor5/latest/features/lists/multi-level-lists.html), there's one improvement / similar feature, which is automatically numbered headings. MS Word keeps this option...
## π Provide detailed reproduction steps (if any) We have a few reports in typing broken for the Korean 1. #13693 2. #11569 ### β Possible solution We could test...