Krzysztof Krztoń
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...
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...
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.
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...
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.
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:  While it should be a side image as in [docs](https://ckeditor.com/docs/ckeditor5/latest/examples/builds/multi-root-editor.html):  The styling...