No description
Find a file
2023-02-27 01:20:42 -08:00
.editorconfig Initial commit 2023-02-17 19:22:38 -08:00
.eslintignore Initial commit 2023-02-17 19:22:38 -08:00
.eslintrc Initial commit 2023-02-17 19:22:38 -08:00
.gitignore Initial commit 2023-02-17 19:22:38 -08:00
.npmrc Initial commit 2023-02-17 19:22:38 -08:00
.prettierrc wijufdhbgd 2023-02-20 23:07:57 -08:00
esbuild.config.mjs Initial commit 2023-02-17 19:22:38 -08:00
main.ts escape lt 2023-02-27 01:20:42 -08:00
manifest.json wijufdhbgd 2023-02-20 23:07:57 -08:00
package-lock.json Limit prompt size 2023-02-26 12:23:10 -08:00
package.json Limit prompt size 2023-02-26 12:23:10 -08:00
README.md Add command to clone current node 2023-02-26 14:52:55 -08:00
styles.css Make right sidebar scrollable 2023-02-26 15:15:37 -08:00
tsconfig.json Initial commit 2023-02-17 19:22:38 -08:00
version-bump.mjs Initial commit 2023-02-17 19:22:38 -08:00
versions.json wijufdhbgd 2023-02-20 23:07:57 -08:00

loom in obsidian

default hotkeys:

  • Ctrl+Space - complete
  • Ctrl+Shift+Space - create child
  • 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+Backspace - delete current node
  • Alt+c - clone 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