tiptap/docs/src/docPages/api/extensions/collaboration-cursor.md

36 lines
837 B
Markdown
Raw Normal View History

2020-09-26 17:36:43 +08:00
# Collaboration Cursor
:::premium Premium Extension
Using this in production requires a **tiptap pro** license. [Read more](/tiptap-pro)
:::
## Installation
```bash
# With npm
npm install @tiptap/extension-collaboration-cursor
# Or: With Yarn
yarn add @tiptap/extension-collaboration-cursor
```
## Settings
| Option | Type | Default | Description |
| -------- | ---- | ------- | ----------- |
| provider | | | |
| type | | | |
## Commands
*None*
## Keyboard shortcuts
*None*
## Source code
[packages/extension-collaboration-cursor/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-collaboration-cursor/)
## Usage
:::warning Public
The content of this editor is shared with other users.
:::
<demo name="Extensions/CollaborationCursor" highlight="" />