Szymon Cofalik
Szymon Cofalik
## 📝 Provide a description of the improvement When `model.DocumentFragment` is inserted to the model using `model.insertContent()`, its children are inserted but markers saved in `model.DocumentFragment#markers` are skipped. They should...
## 📝 Provide a description of the improvement Originally reported in: [https://github.com/ckeditor/ckeditor5/pull/12460#issuecomment-1245308472.](https://github.com/ckeditor/ckeditor5/pull/12460#issuecomment-1245308472.) When working on above PR, we started discussion about how `TextWatcher` should work in the context of auto-formatting...
## 📝 Provide a description of the improvement Related to: #12430. I feel there is confusion regarding naming when it comes to schema. It's about "block" word. We have two...
## 📝 Provide detailed reproduction steps (if any) For such model state: ```html Foo ba[r A]bc {xyz } ``` where `[]` is a selection and `{}` is a live range...
## 📝 Provide a description of the new feature Right now when defining the schema, you can `register()` new elements or `extend()` how existing elements behave. When you do it,...
### Suggested merge commit message ([convention](https://github.com/ckeditor/ckeditor5-design/wiki/Git-commit-message-convention)) Other: Added `tabindex="0"` to editable element to make it focusable in read-only mode. Closes ckeditor/ckeditor5#6200. --- ### Additional information I'd like this enhancement to...
## 📝 Provide a description of the improvement Insert image component is not integrated with the menu bar as of now. The menu bar integration should behave in a similar...
### Suggested merge commit message ([convention](https://ckeditor.com/docs/ckeditor5/latest/framework/contributing/git-commit-message-convention.html)) Docs: Added info about the upcoming merge fields feature in placeholder tutorial.
## 📝 Provide a description of the improvement Introduce `model.document.getRoots()` that will be a shorthand to `model.document.getRootNames().map( name => model.document.getRoot( name ) )`. After introducing multi-root editor, in many places...
## 📝 Provide a description of the improvement In the multi-root editor, there's no root ordering (by default, if you don't write it yourself). Right now, when a root is...