tiptap/docs/src/docPages/guide/collaborative-editing.md

25 lines
476 B
Markdown
Raw Normal View History

2020-10-05 20:56:45 +08:00
# Collaborative editing
## toc
2020-10-05 20:56:45 +08:00
## Introduction
Collaborative editing allows multiple users to work on the same text document in real-time. Its a complex topic that you should be aware before adding it blindly to you app. No worries though, here is everything you need to know.
## Configure collaboration
### WebRTC provider
### Websocket provider
### Add cursors
### Offline support
## Store the content
### Client-only implementation
### Server implementation