No description
Find a file
2023-04-05 19:27:42 -07:00
.github/workflows fix release workflow 2023-03-26 02:29:53 -07:00
assets add loom tab png 2023-03-07 16:04:38 -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
LICENSE add license 2023-03-26 02:16:04 -07:00
main.ts fmt 2023-04-05 19:27:42 -07:00
manifest.json update version 2023-04-04 00:01:35 -07:00
package-lock.json various changes 2023-03-26 01:28:14 -07:00
package.json update version 2023-04-04 00:01:35 -07:00
README.md improve readme 2023-03-28 15:58:58 -07:00
styles.css various changes 2023-04-03 23:57:35 -07: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(sidian)

This is a reimplementation of Loom as an Obsidian plugin, designed to be easier to use and more modular and extensible.

Loom is a recursively branching interface to GPT-3 and other language models; it is designed to be conducive to exploratory and experimental use of base models. The workflow primarily consists of this: you hit Ctrl+Space from a point in the text, and Loom generates n child nodes of the current node, where each child contains a different completion of the text leading up to the cursor. This is paired with a tree interface and settings panel in the right sidebar.

If you are new to Obsidian: if you want to see the tree interface, make sure to open the right sidebar using the button on the top right, or using Ctrl+P then Toggle right sidebar. Once you've done that, go to the Loom tab, which is signified by a network icon.

Default hotkeys:

  • Ctrl+Space - complete

  • Ctrl+Alt+n - create child

  • Alt+n - create sibling

  • Ctrl+Alt+c - clone current node

  • Alt+c - split in-range node at caret

  • 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

If you are using MacOS: a few hotkeys -- Alt+n, Alt+c and Alt+e -- are bound to special characters. You can either:

  1. Disable MacOS's special character shortcuts, as explained here: https://superuser.com/questions/941286/disable-default-option-key-binding
  2. Rebind the Loom hotkeys you want to use in the Hotkeys tab in Settings