From 6ce7c7f3616664e776abbece2ee831f937dd3765 Mon Sep 17 00:00:00 2001 From: celeste Date: Sat, 11 Mar 2023 18:44:18 -0800 Subject: [PATCH] add buttons to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ad329f2..116962c 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,12 @@ the following commands don't have hotkeys by default: - delete current node's siblings - (debug) reset state +buttons shown when hovering over a node in the loom pane: +- hoist (only show this node and its children) +- create sibling +- create child +- delete + to install, clone this repository into a directory in `[vault]/.obsidian/plugins`. in the plugin directory, run `npm i` and `npm run build`. you will need node.js 14 or higher. enable the plugin and set the openai api key in the `Loom` settings tab