Maciej
Maciej
I've also think that qoing in line with twigs' naming would be better since some dev tools already supports Twig markup.
So for anyone interested in testing CKEditor 5 in Jest – you should be able to configure Jest to transpile CKEditor 5 from `node_modules` dir and stub its SVG and...
Another reason for having configuration dynamic: #7871. And there's a solution that is kinda OK. The plugin has an observable property which one can set after the plugin reads a...
I see two options here: 1. Scan directory provided with `--input` option recursively. 2. Support glob patterns in `--inptu`.
what | CKEditor 5 | CKEditor 4 | Word | GDocs ---|---|---|---|--- row height | `height` style on each `td` in a row | `height` style on individual `td` |...
Related: https://github.com/ckeditor/ckeditor5-table/issues/122#issuecomment-424333590. Probably the same will happen with other widgets and/or elements that are not mapped 1:1.
@the-owl : please take a look at a similar solution for tables: https://github.com/ckeditor/ckeditor5-table/issues/122#issuecomment-426982275 I've re-phrased the downcast writer to match your code - but I didn't test it ;) ```js...
> official tab key feature Could you write more? What would you like that Tab key do? The tab is [already supported in some of editor's features](https://ckeditor.com/docs/ckeditor5/latest/features/keyboard-support.html).
Oh, right. The editor does not support remove whole line at this moment.
This proposed solution looks OK to me. I was thinking about adding `unit` option also. And we had some requests about implementing them ([most commonly use case `pt`](https://github.com/ckeditor/ckeditor5/issues/1389#issuecomment-443204557)). As for...