Maciej
Maciej
While implementing insert table feature:  I've realized that it has no keyboard support defined. But I'd leave it as a followup to focus first on other missing features from...
## 📝 Provide a description of the new feature Follow-up for the #3287: This issue gathers content compatibility issues from the CKEditor 5's default conversion of various table properties. The...
## 📝 Provide a description of the improvement After quick search i can see that most of the features reads configuration options at the plugin init stage. Only few read...
## 📝 Provide a description of the new feature **NOTE: CKEditor 5 already offers code blocks** (see https://ckeditor.com/docs/ckeditor5/latest/features/code-blocks.html) which is a simpler version of this feature. Code snippets, on the...
While #15 I've stumbled upon a problem with hardhat generated `*.json` files stored in nested directories.
The proposal catalog in the "Create Proposal" modal will get quite big over time. To make interaction with it easier for users, we should add some sort of helpers. The...
## Context As a Working group Lead user must be able to create an opening for workers via GUI and not CLI ## Scope Create opening: - [ ] Add...
The heading rows and heading columns cells[ should have "scope" attribute](https://developer.mozilla.org/en-US/docs/Learn/HTML/Tables/Advanced#Tables_for_visually_impaired_users) set for accessibility reasons: > Screenreaders will recognize markup structured like this, and allow their users to read out...
## Type of report Bug ## Provide detailed reproduction steps (if any) I think that Edge detection is not strict enough: https://github.com/ckeditor/ckeditor-dev/blob/f9b46e125aa689ab5fa912574994e14211d5dc5a/core/env.js#L20 According to [MSDN article about Edge user agent...
There are at least two problems: 1. Logging to a console editor instance - until the console is cleared the editor will remain no available for garbage collector (below only...