add replaceWithNode command

This commit is contained in:
Philipp Kühn
2020-04-22 14:38:15 +02:00
parent fd8f5de375
commit 9f53481e01
3 changed files with 40 additions and 0 deletions

View File

@@ -24,6 +24,10 @@ Remove a mark in the current selection.
Remove all marks in the current selection.
## .replaceWithNode()
Replace a given range with a node.
## .selectAll()
Select the whole document.