cosmicoptima_loom/README.md
2023-03-07 21:04:46 -08:00

27 lines
1.1 KiB
Markdown

[loom](https://github.com/socketteer/loom) in obsidian
default hotkeys:
- `Ctrl+Space` - complete
- `Ctrl+Alt+n` - create child
- `Alt+n` - create sibling
- `Alt+c` - clone current node
- `Alt+Backspace` - delete current node
- `Alt+Down` - switch to next sibling
- `Alt+Up` - switch to previous sibling
- `Alt+Left` - switch to parent
- `Alt+Right` - switch to (most recently visited) child
- `Alt+e` - collapse/expand current node
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
**for those new to obsidian:** the loom ui, containing a tree of the selected note's nodes,
is not open by default. to open it, you can either:
1. open the command palette with `Ctrl+P`, then search for and run the "open loom pane" command
2. open the right sidebar -- there is a toggle in the top right of the screen -- and switch to
the loom tab*
*the tab looks like this:
![network](https://github.com/cosmicoptima/loom/raw/master/assets/loom_tab.png)