docs: update content, add new commands pages

This commit is contained in:
Hans Pagel
2021-04-06 23:57:20 +02:00
parent 85556fc428
commit 2c5a82df47
7 changed files with 85 additions and 7 deletions

View File

@@ -151,10 +151,10 @@ Have a look at all of the core commands listed below. They should give you a goo
| Command | Description | Links |
| --------------- | ------------------------------------------------ | ----------------------------------- |
| .clearContent() | Clear the whole document. | [More](/api/commands/clear-content) |
| .insertHTML() | Insert a string of HTML at the current position. | |
| .insertNode() | Insert a node at the current position. | |
| .insertText() | Insert a string of text at the current position. | |
| .setContent() | Replace the whole document with new content. | |
| .insertHTML() | Insert a string of HTML at the current position. | [More](/api/commands/insert-html) |
| .insertNode() | Insert a node at the current position. | [More](/api/commands/insert-node) |
| .insertText() | Insert a string of text at the current position. | [More](/api/commands/insert-text) |
| .setContent() | Replace the whole document with new content. | [More](/api/commands/set-content) |
### Nodes & Marks
| Command | Description |