From f63ff703b7c8f2ed2096b6fd2bcb81da834fa4ff Mon Sep 17 00:00:00 2001 From: Sylvain Laperche Date: Thu, 3 May 2018 19:17:04 +0200 Subject: [PATCH] Document the new functions --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index d0e4e3f..8a6f6a3 100644 --- a/README.md +++ b/README.md @@ -62,11 +62,21 @@ provided so that you may compose your own custom functions. Open a fold node. + + origami-forward-open-node + Search forward on this line for a fold node and open it. This makes opening nodes much more convenient. + + origami-open-node-recursively Open a fold node and all of its children. + + origami-forward-open-node-recursively + Search forward on this line for a fold node and open it and all of its children. This makes opening nodes much more convenient. + + origami-show-node Like origami-open-node but also opens parent fold nodes recursively so as to ensure the position where point is is visible. @@ -77,11 +87,21 @@ provided so that you may compose your own custom functions. Close a fold node. + + origami-forward-close-node + Search forward on this line for a fold node and close it. This makes closing nodes much more convenient. + + origami-close-node-recursively Close a fold node and all of its children. + + origami-forward-close-node-recursively + Search forward on this line for a fold node and close it and all of its children. This makes opening nodes much more convenient. + + origami-toggle-node Toggle open or closed a fold node.