Skip to content

Commit

Permalink
remove outdated screencasts (#4169)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbaber authored Jun 29, 2023
1 parent 238a3f0 commit 781cdfa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions docs/guide/collaborative-editing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
5 changes: 0 additions & 5 deletions docs/installation/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 781cdfa

Please sign in to comment.