mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 23:15:15 +08:00
remove outdated screencasts (#4169)
This commit is contained in:
parent
238a3f0fde
commit
781cdfa54e
@ -7,11 +7,6 @@ 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 with the power of [Y.js](https://github.com/yjs/yjs). The following guide helps you get started with collaborative editing in Tiptap. Don’t worry, a production-grade setup doesn’t require much code.
|
||||
|
||||
## The video course
|
||||
We are working on a video course which teaches everything you need to know about collaborative text editing with Tiptap. The first video is available for sponsors here:
|
||||
|
||||
https://tiptap.dev/screencasts/collaborative-editing/make-tiptap-collaborative
|
||||
|
||||
## Configure the editor
|
||||
The underyling schema Tiptap uses is an excellent foundation to sync documents. With the [`Collaboration`](/api/extensions/collaboration) extension you can tell Tiptap to track changes to the document with [Y.js](https://github.com/yjs/yjs).
|
||||
|
||||
|
@ -17,11 +17,6 @@ If you just want to get up and running with Tiptap you can use the [Tiptap Creat
|
||||
npx create-react-app my-tiptap-project --template tiptap
|
||||
```
|
||||
|
||||
### Step by step
|
||||
All steps are listed below, but if you prefer to watch a video we’ve got something for you, too:
|
||||
|
||||
https://tiptap.dev/screencasts/installation/install-tiptap-with-create-react-app
|
||||
|
||||
#### 1. Create a project (optional)
|
||||
Let’s start with a fresh React project called `my-tiptap-project`. [Create React App](https://reactjs.org/docs/getting-started.html) will set up everything we need.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user