From fd4453f7c5dda888401dce57c9ba9e9467c3e77e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Wed, 22 Apr 2020 14:08:25 +0200 Subject: [PATCH] update docs --- docs/src/data/posts/commands.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/src/data/posts/commands.md b/docs/src/data/posts/commands.md index 7f8f6531..e6d808c9 100644 --- a/docs/src/data/posts/commands.md +++ b/docs/src/data/posts/commands.md @@ -24,10 +24,18 @@ Remove all marks in the current selection. Select the whole document. +## .selectParentNode() + +Select the parent node. + ## .setContent() Replace the whole document with new content. +## .toggleMark() + +Toggle a mark on and off. + ## .toggleNode() Toggle a node with another node. \ No newline at end of file