docs: add a link to the collaborative editing screencast

This commit is contained in:
Hans Pagel 2021-10-26 11:36:53 +02:00
parent b97e6d5aff
commit 2d902a2d7d

View File

@ -7,6 +7,11 @@ tableOfContents: true
## Introduction
Real-time collaboration, syncing between different devices and working offline used to be hard. We provide everything you need to keep everything in sync, conflict-free with the power of [Y.js](https://github.com/yjs/yjs). The following guide explains all things to take into account when you consider to make Tiptap collaborative. Dont worry, a production-grade setup doesnt require much code.
## The video course
We are working on a video course that teaches you everything you need to know about collaborative text editing with Tiptap. The first video is available for sponsors here:
https://tiptap.dev/watch/make-tiptap-collaborative
## Configure the editor
The underyling schema Tiptap uses is an excellent foundation to sync documents. With the [`Collaboration`](/api/extensions/collaboration) you can tell Tiptap to track changes to the document with [Y.js](https://github.com/yjs/yjs).