Krzysztof Krztoń
Krzysztof Krztoń
The SARIF output results array produced by validation package uses `SRCROOT` for each result location like: ```json { "ruleId": "KSV001", "rule": {...}, "taxa": [...], "level": "warning", "message": { "text": "Disallow...
Follow up of https://github.com/kubeshop/monokle-core/issues/435. The above task fixed some issues with `readConfig()` function but I realized it's still not aligned with configurable rules which accepts more extensive schema/types. We have...
## 📝 Provide detailed reproduction steps (if any) Looking at ["Automatic text transformation" feature documentation](https://ckeditor.com/docs/ckeditor5/latest/features/text-transformation.html) it says: > This feature comes pre-configured with a set of the most popular transformations....
This PR migrates demos with 3rd-party plugins to NIM. Follow-up of #38: > I can prepare separate branch migrating all demos with external plugins which will be waiting to be...
This PR migrates demos to use new installation methods (see https://github.com/ckeditor/ckeditor5/issues/15502). The main change is getting rid of webpack, replacing it with vite, and using `ckeditor5` and `ckeditor5-premium-features` packages only...
Using `CKEditorContext` errors with `next.js` dev server. ## Steps 1. Create `next.js` project (I used `npx create-next-app@latest` and picked TS, ESlint, `src/` and `AppRouter`). 2. Prepare below files: Using `app`...
## 📝 Provide detailed reproduction steps (if any) 1. Go to https://ckeditor.com/docs/ckeditor5/latest/index.html. 2. Go to demo (beginning of docs page) and tap on one of the embeds in the editor....
### Suggested merge commit message ([convention](https://github.com/ckeditor/ckeditor5-design/wiki/Git-commit-message-convention)) Fix: Update data of roots with modified content only. Closes #534. --- ### Additional information See #534 for more details. TL;DR: > This happens...
## Reproduction steps _It can be done in multiple ways, the fastest for me was by using collaboration samples._ 1. Checkout collaboration samples repo and follow setup instructions. 2. In...
## 📝 Provide detailed reproduction steps (if any) I'll start with videos since it illustrates this case nicely. 1st example works fine, and replace cycles nicely over words in order:...