-
Hi, your package is incompatible with the newest version of ckeditor 41.x because they renamed an export from Model to ViewModel.
Have a look here:
https://ckeditor.com/docs/ckeditor5/latest/updatin…
-
## Motivation
As a Quickstart content editor, I want to be able to link to a specific section on a page. This may also reduce the number of pages needed for a site.
## Proposed Resolution
Add the…
-
Is it possible to use premium features like export to PDF?
https://ckeditor.com/docs/ckeditor5/latest/features/converters/export-pdf.html#installation
where do you specify API details like token URL…
-
Hello I'm using Vite with Vue 3
I have this issue even though I've followed the documentation
![image](https://user-images.githubusercontent.com/20100579/133369482-72685e39-a212-4ed0-a3b8-b4f42…
-
## 🐛 Bug Report
Edit content command executed however content not filled up in the ckeditor5 box
## To Reproduce
- Go to https://ckeditor.com/docs/ckeditor5/latest/features/link.html
- In th…
-
I am trying to use CKEditor 5 in Angular 16 with a custom editor type. I am getting the error
```
✘ [ERROR] TS2416: Property 'ui' in type 'DecoupledEditor' is not assignable to the same property i…
-
Possibly related: https://github.com/ckeditor/ckeditor5-vue/issues/82
When only adding one editor to a page, it loads pretty quick (not as quick as I'd like, but ok).
However, when I have multip…
-
## 📝 Provide a description of the improvement
![image](https://github.com/ckeditor/ckeditor5/assets/102504719/13087190-7934-4da0-a573-29c3c869f2fe)
The current active color should be visible in …
-
This is a continuation of the task #16292, which you can refer to for more context and results of the initial work.
In it, we were able to improve tree shaking and reduce the number of side effects…
-
below is my imports
import React from 'react';
import Editor from 'ckeditor5-custom-build/build/ckeditor';
import { CKEditor } from '@ckeditor/ckeditor5-react';
import { Radio, notification } from…