move nodes and marks to a separate folder, add missing extensions
This commit is contained in:
25
docs/src/docPages/api/extensions/gapcursor.md
Normal file
25
docs/src/docPages/api/extensions/gapcursor.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Gapcursor
|
||||
|
||||
## Installation
|
||||
```bash
|
||||
# with npm
|
||||
npm install @tiptap/extension-gapcursor
|
||||
|
||||
# with Yarn
|
||||
yarn add @tiptap/extension-gapcursor
|
||||
```
|
||||
|
||||
## Settings
|
||||
*None*
|
||||
|
||||
## Commands
|
||||
*None*
|
||||
|
||||
## Keyboard shortcuts
|
||||
*None*
|
||||
|
||||
## Source code
|
||||
[packages/extension-gapcursor/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-gapcursor/)
|
||||
|
||||
## Usage
|
||||
<demo name="Extensions/Gapcursor" highlight="" />
|
||||
Reference in New Issue
Block a user