No description
Find a file
2023-04-04 14:55:47 +02:00
src Updates plugin to use activeEditor (Breaking) 2023-04-04 14:55:47 +02:00
.editorconfig Fixes suggestion suffix 2023-04-04 13:46:38 +02:00
.eslintignore Initial commit 2022-10-08 11:33:37 +02:00
.eslintrc Adds license headers, fixes indentation 2023-04-04 10:50:20 +02:00
.gitignore Adds license headers, fixes indentation 2023-04-04 10:50:20 +02:00
.npmrc Initial commit 2022-10-08 11:33:37 +02:00
.prettierrc Adds license headers, fixes indentation 2023-04-04 10:50:20 +02:00
DEV.md Updates plugin to use activeEditor (Breaking) 2023-04-04 14:55:47 +02:00
esbuild.config.mjs Adds license headers, fixes indentation 2023-04-04 10:50:20 +02:00
LICENSE Adds license 2023-04-01 12:36:02 +02:00
manifest.json Bumps version 2023-04-04 14:44:09 +02:00
package-lock.json Bumps version 2023-04-04 14:44:09 +02:00
package.json Bumps version 2023-04-04 14:44:09 +02:00
README.md Adds license headers, fixes indentation 2023-04-04 10:50:20 +02:00
styles.css Refactors UX 2023-03-01 14:29:40 +01:00
tsconfig.json Initial commit 2022-10-08 11:33:37 +02:00
version-bump.mjs Initial commit 2022-10-08 11:33:37 +02:00
versions.json Bumps version 2023-04-04 14:44:09 +02:00

🏹 Crossbow

image

Crossbow is a plugin for Obsidian. Its purpose is to improve the interconnectedness of your notes by providing suggestions for backlinks based on the notes in your vault.

How to use

Just open the crossbow sidebar by clicking on the crossbow icon. All the suggestions will appear within the sidebar.

Applying suggestions

Clicking on a suggestion in the sidebar will show you a list of occurences of the word in the current note. Clicking on one of the occurences will show you a list of links (matches) that you can apply to the word. These matches are ranked, based on the quality of the match.

You can apply a match by clicking the appropriate icon next to the match:

image

which will insert the following link:

image

How to install manually

  1. Clone this repo.
  2. npm i or yarn to install dependencies
  3. npm run build to build crossbow.
  4. Copy main.js, styles.css, manifest.json into a folder called crossbow in your vault's .obsidian/plugins/ folder.