Piotrek Koszuliński

Results 316 comments of Piotrek Koszuliński

> ````ts > ```ts > const { DefaultMenuBarItems } = await import('@ckeditor/ckeditor5-ui/src/menubar/utils.js'); > ```` > > \`\`\` > ````ts > ```ts > const { DefaultMenuBarItems } = await import('@ckeditor/ckeditor5-ui'); >...

Just an idea – any chance for a simple system diagram that shows e.g. a scene like this (naming of things should probably be improved a bit): ```mermaid graph TD...

There's no such option. Why do you need it?

Interestingly, when I test this here: [https://ckeditor.com/docs/ckeditor5/latest/features/tables/tables-resize.html,](https://ckeditor.com/docs/ckeditor5/latest/features/tables/tables-resize.html,) the newly inserted table is narrow (takes minimal width). If I test it on the pst version of the docs (https://ckeditor.com/docs/ckeditor5/34.1.0/features/table.html#table-column-resize) the table...

I'm not sure I understand this feature. What problem is it supposed to solve?

But Word is a document editor (targetted at printing). There are pages and every page can have a header and a footer. CKEditor is web content editor. There are no...

The same thing happens without a document list: https://user-images.githubusercontent.com/156149/162714810-4fad7264-6dd7-4666-9076-999d035ac369.mp4 This is confusing, though.

I wonder if table’s summary could not be implemented the same way as image’s alt text. The icon would not work, though :(

Is webpack a strict dependency of all utils available in dev-utils package? If not – IMO it's fine that it's not listed as a peerDependency. It may be a dependency...