docs: update content
This commit is contained in:
@@ -186,7 +186,7 @@ Have a look at all of the core commands listed below. They should give you a goo
|
||||
| .selectNodeForward() | Select a node forward. |
|
||||
| .selectParentNode() | Select the parent node. |
|
||||
|
||||
## Example use cases
|
||||
<!-- ## Example use cases
|
||||
|
||||
### Quote a text
|
||||
TODO
|
||||
@@ -207,7 +207,7 @@ this.editor
|
||||
.createParagraphNear()
|
||||
.insertHTML('<p></p>')
|
||||
.run()
|
||||
```
|
||||
``` -->
|
||||
|
||||
## Add your own commands
|
||||
All extensions can add additional commands (and most do), check out the specific [documentation for the provided nodes](/api/nodes), [marks](/api/marks), and [extensions](/api/extensions) to learn more about those.
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
# Annotation
|
||||
TODO
|
||||
|
||||
## Source code
|
||||
[packages/extension-annotation/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-annotation/)
|
||||
|
||||
## Usage
|
||||
<demo name="Extensions/Annotation" highlight="24,44-46,60-67" />
|
||||
Reference in New Issue
Block a user