DeltekDavid
DeltekDavid
Tried building `build real-time-collaboration-revision-history-for-react` using `npm install` per the README, but got: ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While...
It would be awesome to see the examples converted to TypeScript.
We had no trouble with `` when using `` directly, but when we wrapped it in a `` we suddenly saw two editors. This had us pulling our hair, out...
## 📝 Ask a question We're currently evaluating CKEditor5 and think it's pretty awesome. But our use case could involve a lot of simultaneous editors (maybe 100s on a page...
## 📝 Provide a description of the new feature TypeScript for Docs/Examples --- It would be great to see the documentation examples migrated to TypeScript. We're a TS-heavy shop and...
## 📝 Ask a question When integrating CKEditor, we will need to track some custom properties on each run of text (including plain text), such as `id`. Our app cares...
## 📝 Ask a question Trying to get Track Changes [default attribute integration](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/track-changes/track-changes-custom-features.html#attribute-changes) working with a nested element's attributes. We have a outer element called `bracketOption`, represented by an inline...
It's currently too messy to load track changes. `CKEditor` component has an `initialData` prop, so why not `initialSuggestions`? The current [integration instructions ](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/track-changes/track-changes-integration.html#integration-methods )require either a globally-accessible variable (load/save) or...
#### Is your question related to a specific version? If so, please specify: Functions 4.x on .NET 8.0, Isolated Worker model #### What language does your question apply to? (e.g....
## 📝 Ask a question We are using `markInlineFormat` to [customize track change behavior](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/track-changes/track-changes-custom-features.html#other-formatting-changes) with our inline widgets. For example, we have a widget that displays units of measure, like...