mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 14:13:21 +08:00
docs: fix screencast links
This commit is contained in:
parent
51aa314034
commit
8b091e8413
@ -10,7 +10,7 @@ Real-time collaboration, syncing between different devices and working offline u
|
|||||||
## The video course
|
## 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:
|
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/collaborative-editing/make-tiptap-collaborative
|
https://tiptap.dev/screencasts/collaborative-editing/make-tiptap-collaborative
|
||||||
|
|
||||||
## Configure the editor
|
## 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).
|
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).
|
||||||
|
@ -24,7 +24,7 @@ yarn create react-app my-tiptap-project --template tiptap
|
|||||||
### Step by step
|
### Step by step
|
||||||
All steps are listed below, but if you prefer to watch a video we’ve got something for you, too:
|
All steps are listed below, but if you prefer to watch a video we’ve got something for you, too:
|
||||||
|
|
||||||
https://tiptap.dev/watch/installation/install-tiptap-with-create-react-app
|
https://tiptap.dev/screencasts/installation/install-tiptap-with-create-react-app
|
||||||
|
|
||||||
#### 1. Create a project (optional)
|
#### 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.
|
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