Piotrek Koszuliński
Piotrek Koszuliński
I can see that @oleq reviewed [https://github.com/ckeditor/ckeditor5-upload/pull/103](https://github.com/ckeditor/ckeditor5-upload/pull/103) and it's on @robclancy now. I guess the ticket should be confirmed of course.
I agree that it's not a hack. You used editor API to achieve exactly the thing that you wanted. Not everything can be done with configuration for many reasons. First...
PS. This is a very similar case to setting the editor height/width which is also not possible via the config.
What error do you get?
I'm more and more inclined into adding some very basic font styles into the editor styles. This is, in fact, necessary anyway if we were to also ship a dark...
This would need to be marked as major BC, but most likely obvious for integrators to "migrate to".
Note: As long as we don't have a ready-to-use dark theme for CKE5, the interface of CKE5 will be light even though the page in which it's embedded may be...
The question here is whether our Node.js version specifier should reflect our requirements (of our part of the dev env) or an aggregated, final dependency of us and all our...
## Current state **CKEditor 5** currently offers these 3 options: * wrap text + left aligned (sets `float:left` and nothing else) * centered, no wrap (sets nothing, inherits the default...
I was thinking about the easiest way forward, that'd unblock people who migrate from CKEditor 4. I think the best option is to override the default content styles that CKEditor...