DeltekDavid
DeltekDavid
Yes, please--trying to work through the React custom component tutorial with TypeScript, but can't use `CKEditorInspector`! Can anyone supply sample code using a workaround? Not sure how to integrate @mmichaelis...
Yes please, we are trying to integrate CKEditor5 into a project that uses Jest heavily. We could use some guidance. Is it even supported? @pomek 's example from 2021 is...
We are also running into this challenge. We want to display multiple editors on a page; each of them represents a separate document, for domain reasons. Different users may have...
Hi @scofalik , 1. Subtle styling differences; it seems easier to use a read-only editor than to try and replicate how CKEditor renders content. Is it easy enough to do...
> I agree. We'd rather provide connecting/disconnecting on demand (or at least connecting on demand) than adding/removing plugins. The latter is simply impossible given the editor strucutre. We would need...
> EDIT: BTW. did you try multi-root editor to try to solve your case? Only issue we have with multi-root, is that it requires one single document, correct? In our...
I understand, gotta prioritize enhancements. Thanks, though--we will do a selective render in that case.
We are currently blocked trying to integrate CKEditor5 into a project that uses `react-app-rewired`. Ejecting isn't really an option for us. We get an error like ``` Failed to compile....
Hi @Witoso , thank you for replying. We tried referencing the alpha version but got the same CSS error. Then I tried referencing the nightly build instead, like in the...
So the real motivation for this is to be able to preserve our track changes. But if we move to a CKEditor-based format, maybe we could get away without the...