Piotrek Koszuliński
Piotrek Koszuliński
``` (reinmar=fa04877) piotrus@dragonus /www/repo/dt/core> grep -R getCustomData * 1 (reinmar=fa04877) piotrus@dragonus /www/repo/dt/core> ``` Hi, git-prompt is really cool, but one thing is missing - option for switching off displaying exit...
We first introduced tooltips to focus buttons in https://github.com/ckeditor/ckeditor5/issues/5581. It seemed very simple. However, in https://github.com/ckeditor/ckeditor5/issues/12066 we figured out that it introduces some annoying UX-glitches. We decided to revert the...
## 📝 Provide a description of the new feature ~Currently, CKEditor 5 does not come with a ready-to-use DLL builds and DLL-compatible plugin builds.~ ~We made the editor DLL-ready and...
Followup of: https://github.com/ckeditor/ckeditor5/issues/11708 Part of: https://github.com/ckeditor/ckeditor5/issues/12027 Right now we define a type of e.g. `on()`'s `options.priority` param as `PriorityString | number`. For me, the number is part of `PriorityString`. Everywhere...
Back in 2015 when we were bootstrapping CKEditor 5 TypeScript wasn't yet mature enough and didn't yet seem as a safe choice taken the long horizon of CKEditor 5's life...
Make the text editable! :) WYSIWYM for WYSIWYG.
It was proposed as a part of #12058 but the change may need to be wider (cover all browsers). * First question to answer: Why is this needed on non-Android...
Scenario: 1. Type something 2. Paste an image 3. Press Enter to keep typing in a new line below the image: WAT? Where's my image? https://user-images.githubusercontent.com/156149/178748475-ed2c23d5-65da-4533-becb-378dca69218a.mp4 So, what happened is...
In a course of action in https://github.com/ckeditor/ckeditor5/issues/11438 we wrote a composition support for non-Android browsers (see https://github.com/ckeditor/ckeditor5/pull/12024). Unfortunately, while it works really well on every other system and browser and...
In #12058 we created a PoC without tests so far. The PoC turned out to work really well, so in order to stabilize and merge it to the main IME...