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

35 lines
1.1 KiB
Markdown
Raw Normal View History

2020-09-26 17:36:43 +08:00
# Collaboration Cursor
:::premium Premium Extension
2020-10-29 04:53:40 +08:00
Using this in production requires a **tiptap pro** license. [Read more](/sponsor)
:::
## Installation
```bash
2020-10-30 21:24:16 +08:00
# with npm
npm install @tiptap/extension-collaboration-cursor
2020-10-30 21:24:16 +08:00
# with Yarn
yarn add @tiptap/extension-collaboration-cursor
```
## Settings
| Option | Type | Default | Description |
| -------- | ---- | ------- | ----------- |
| provider | | | |
| type | | | |
## Commands
| Command | Parameters | Description |
| ------- | ------------- | ------------------------------------------------------------------------ |
| user | name<br>color | The name of the current user.<br>The color of the current users cursor. |
## 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="" />