mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-15 11:09:01 +08:00
1.1 KiB
1.1 KiB
Collaboration
The Collaboration extension enables you to collaborate with others on one document. The implementation is based on Y.js by Kevin Jahns, which is the coolest thing to integrate collaborative editing in your project.
:::premium Pro Extension We kindly ask you to sponsor us, before using this extension in production. Read more :::
Installation
# with npm
npm install @tiptap/extension-collaboration yjs y-webrtc
# with Yarn
yarn add @tiptap/extension-collaboration yjs y-webrtc
Settings
Option | Type | Default | Description |
---|---|---|---|
provider | |||
type |
Commands
None
Keyboard shortcuts
None
Source code
packages/extension-collaboration/
Usage
:::warning Public The content of this editor is shared with other users. :::