Krzysztof Krztoń

Results 76 issues of Krzysztof Krztoń

There are some quite significant differences in what markup is converted to todo lists with Markdown plugin when typing and when using editor API (`setData`). ## Typing When typing, any...

type:bug

We have recently released [Enhanced Source Code Editing](https://ckeditor.com/docs/ckeditor5/latest/features/source-editing/source-editing-enhanced.html), [Uploadcare integration](https://ckeditor.com/docs/ckeditor5/latest/features/file-management/uploadcare.html), [Track Changes preview](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/track-changes/track-changes-preview.html), and now [Fullscreen](https://ckeditor.com/docs/ckeditor5/latest/features/fullscreen.html) (and [Merge Fields](https://ckeditor.com/docs/ckeditor5/latest/features/merge-fields.html) some time ago). We should consider adding at least some of...

enhancement
squad:collaboration
type:task

As mentioned in the issue title. The `peerDeps` should be updated too in `integrations` folder `package.json`, to be aligned with `ckeditor5*` package version from samples directories.

bug

Recently, I have stumbled upon an issue where the release script did not update a single dependency in a single `package.json` file. No errors or anything, and later on, it...

enhancement

As in this PR - https://github.com/ckeditor/ckeditor5-collaboration-samples/pull/49. There are some incompatibilities, so it requires changing some parts of the code.

enhancement

Both `real-time-collaboration-editor-multi-root` and `real-time-collaboration-editor-multi-root-for-react` have an issue with content image positioning. The image is full size: ![Image](https://github.com/user-attachments/assets/3273b5da-08e9-4617-aa40-54b9d892304b) While it should be a side image as in [docs](https://ckeditor.com/docs/ckeditor5/latest/examples/builds/multi-root-editor.html): ![Image](https://github.com/user-attachments/assets/d8edc6d3-ad45-4b0d-b80b-71eb1f2e6a71) The styling...

bug