Witek Socha

Results 181 comments of Witek Socha

@Jarradd to understand the use case better, block just the writing (and e.g. deleting is possible) or totally switch the editor to read only mode?

Probably the best way would be to utilize [events](https://ckeditor.com/docs/ckeditor5/latest/framework/deep-dive/event-system.html), and check if the character limit is passed. You could: 1. Use the [word count plugin](https://ckeditor.com/docs/ckeditor5/latest/features/word-count.html#demo). 2. Write your own plugin...

A lot depends on your installation setup, if you add plugins you need to create your own custom build. [The React tutorial should help here.](https://ckeditor.com/docs/ckeditor5/latest/installation/integrations/react.html#customizing-the-builds)

@pomek is this something you could plan? > As an example, watchdog was scanning 100k unique objects (over 400k references to those objects) and then generating errors, because some of...

Hi, we would need a bit more information about your setup to help in this issue 🙏 Which path from [the guide](https://ckeditor.com/docs/ckeditor5/latest/installation/integrations/react.html) did you take?

@cassio-gamarra please create an issue with full information which build type you're using, and what's the setup in Vite.

@ghccw, which of the paths from [the guide](https://ckeditor.com/docs/ckeditor5/latest/installation/integrations/react.html#integrating-ckeditor-5-built-from-source) have you chosen?

@gabyzenack, could you detail your case? The more specific it is, the easier it is to debug for us.

Hey @KostiantynO, thanks for reaching out and sharing your feedback. I must say that your message sounds a bit passive-aggressive but I will take the benefit of the doubt here,...

It's the same as installing [any other missing dependencies for a React project](https://ckeditor.com/docs/ckeditor5/latest/installation/integrations/react.html#installing-missing-dependencies). Btw if you're not comfortable with ejecting (which I understand), you can also have a [separate build...