add content to the collaboration extension page

This commit is contained in:
Hans Pagel
2020-09-26 20:58:58 +02:00
parent e14365fad6
commit 960d230d84
3 changed files with 88 additions and 0 deletions

View File

@@ -1,2 +1,29 @@
# Collaboration
Enables you to collaborate with others on one document.
## Installation
```bash
# With npm
npm install @tiptap/extension-collaboration yjs y-webrtc
# Or: 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/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-collaboration/)
## Usage
<demo name="Extensions/Collaboration" highlight="" />