-
## 📝 Provide detailed reproduction steps (if any)
CkEditor seys that licence key is not valid
my packege.json file
```
{
"name": "ckeditor5-custom-build",
"author": "CKSource",
"des…
-
## Provide a description of the task
Hi,
Currently there is a built in feature to insert a new line before/after the table, have been searching for options to disable it and couldn't find any ple…
-
Currently, there is no way to choose which Autoformat rules get applied. It's all or nothing. It would be great to be able to configure this during editor initialization. E.g:
```js
ClassicEditor
…
-
## 📝 Provide detailed reproduction steps (if any)
After getting image upload to work, simply insert a large image into an empty form, use a resize handle to make it significantly smaller, then submit…
tjrob updated
8 months ago
-
Current version of Prettier is adding a space after unary minus operator in LESS.
Config:
```
module.exports = {
tabWidth: 4,
overrides: [
{
files: ['*.less'],
…
-
## 📝 Ask a question
We have been utilizing a custom-build Editor and have recently decided to update the library to the most recent version. The `@ckeditor/ckeditor5-**` packages have been successf…
-
The autoformat feature might use TextWatcher fro typing feature to perform typing sniffing.
-
### Problem
Exception running code style recipe on [AbrahamCaiJin/CommonUtilLibrary](https://github.com/AbrahamCaiJin/CommonUtilLibrary)
Running code style on this repository in the repository …
-
Hi,
We have added custom keystrokes code from documentation inside a custom plugin but it doesn't seem to be working.
editor.keystrokes.set( 'Cmd+E', ( data, cancel ) => {
console.log( data.k…
-
I'm trying to autoformat my code. On executing without any flags I get `TypeError`
```
$ ./bin/autoformat-nuitka-source
Working on: ['bin', 'nuitka']
Consider bin/autoformat-nuitka-source: Traceb…