mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-19 22:27:52 +08:00
18 lines
995 B
Markdown
18 lines
995 B
Markdown
# Tiptap Collaboration Guides
|
|
|
|
## Introduction
|
|
|
|
Welcome to the Tiptap Collaboration Guides, your comprehensive resource for mastering collaborative editing with Tiptap. These guides will help you implement real-time collaborative features in your applications using Tiptap, ensuring seamless multi-user editing experiences.
|
|
|
|
## How It Works
|
|
|
|
Each guide offers in-depth explanations, practical examples, and best practices for implementing collaboration features. Whether you're building a collaborative note-taking app or a team editing platform, these guides provide the knowledge and tools you need.
|
|
|
|
## Overview
|
|
|
|
The Tiptap Collaboration Guides cover the following key topics:
|
|
|
|
1. **Creating a Simple Collaboration App:** Learn how to set up a basic collaborative editing environment and enable multiple users to edit a shared document in real time.
|
|
|
|
2. **JWT Authentication:** Implement secure JWT authentication for user access control and authentication in collaborative editing sessions.
|