0.0.3 • Published 2 years ago

ckeditor5-realtime-build v0.0.3

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
2 years ago

Quick start

  1. npm i ckeditor5-realtime-build
  2. import Editor from 'ckeditor5-realtime-build/build/ckeditor' to your react page
  3. add it to ckeditor <CKEditor editor={Editor} ...>
  4. set configuration of cloud serverices and container div of presence list

take a look sample on https://github.com/ckeditor/ckeditor5-collaboration-samples/tree/master/real-time-collaboration-for-react

What's next?

Follow the guides available on https://ckeditor.com/docs/ckeditor5/latest/framework/index.html and enjoy the document editing.

FAQ

| Where is the place to report bugs and feature requests?

You can create an issue on https://github.com/ckeditor/ckeditor5/issues including the build id - c3l93pw863dl-yetg6jrb1pea. Make sure that the question / problem is unique, please look for a possibly asked questions in the search box. Duplicates will be closed.

| Where can I learn more about the CKEditor 5 framework?

Here: https://ckeditor.com/docs/ckeditor5/latest/framework/

| Is it possible to use online builder with common frameworks like React, Vue or Angular?

Not yet, but it these integrations will be available at some point in the future.