-
ReferenceError: window is not defined
at Object../node_modules/@ckeditor/ckeditor5-build-classic/build/translations/ar.js (D:\project\angular\project\dist\project\server\main.js:129171:2024)
…
-
Just a quick heads up - I intended to use this package with my custom implementation of CKEditor using the inline editor (`@ckeditor/ckeditor5-editor-inline/src/inlineeditor`). With the Inline Editor,…
-
### 📝 **Ask a Question**
#### **Description**
I recently upgraded my React project to use the latest version of CKEditor, migrating from version `40.1` to `43.2`. Along with this, I switched from Web…
-
## 📝 Provide detailed reproduction steps (if any)
Have a parent that uses `elementToStructure` downcast.
Have multiple children. They can use `elementToElement`.
Using `model.change`, call `setAt…
-
Anyone has a working solution for integrating at.js and CKeditor 5?
CKeditor is really nice looking : https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/examples/builds/classic-editor.html
-
I'm trying to add plugin that is created with [Package Generator](https://ckeditor.com/docs/ckeditor5/latest/framework/develpment-tools/package-generator/using-package-generator.html)
It is clean p…
-
Hello! I'm running into an issue that is cropping up only when my React-based CKEditor setup is running in Jest. The same component runs without issue on a basic test page in my application.
A bit …
-
Cmd-backspace does not clear the line. CKEditor claims that after a big refactor, the problem will be solved. We should ship the new version after they ship their big refactor. (Though, not too soon, …
-
I'd like to create a normal editor with only a Bold and Italic button where the user can input just a single line of text / a single paragraph. The enter key should be disabled. Not more than one P ta…
-
## 📝 Provide a description of the new feature
Hi everyone! I'm sorry if this issues is duplicated, but I didn't find anything there on GitHub nor on documentation.
While implementing a custom …