ckeditor5-collaboration-samples icon indicating copy to clipboard operation
ckeditor5-collaboration-samples copied to clipboard

Collaboration integration examples for CKEditor 5

Results 17 ckeditor5-collaboration-samples issues
Sort by recently updated
recently updated
newest added

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.

Hi, I am new to CKEditor 5, I tried out the collaboration-track changes html samples. I want to add the Import from Word feature and track changes in a html...

Currently, we only offer samples for Angular and React that showcase how to integrate the asynchronous Track changes and Revision history with these frameworks. Similar samples for Vue could also...

Can we have a working example that uses NextJS and with recent React syntax? e.g. Without using class-based components if possible.

When building with  `--mode production`  you get `UglifyJs Unexpected token: keyword (const)` because Uglify doesn't support ES6 modules. We had this issue in CKEditor 5 thus we [have switched our...

Hi, I am currently following the RevisionHistoryAdapter integration, and here is my adapter, ``` class RevisionHistoryAdapter { constructor( editor ) { this.editor = editor; } static get pluginName() { return...

Hi Is there any ETA for track changes for vuejs?

### Suggested merge commit message ([convention](https://github.com/ckeditor/ckeditor5-design/wiki/Git-commit-message-convention)) Internal: Aligned to `ckeditor5-dev` ESM changes. ### Additional information This PR requires https://github.com/ckeditor/ckeditor5-dev/pull/1011 to be released. When it is released, all `ckeditor5-dev-*` packages need...