mirror of
https://github.com/cosmicoptima/loom.git
synced 2026-07-22 07:40:25 +00:00
add buttons to readme
This commit is contained in:
parent
6886c124d5
commit
6ce7c7f361
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue