mirror of
https://github.com/shoedler/crossbow.git
synced 2026-07-22 07:40:26 +00:00
Merge branch 'master' of https://github.com/shoedler/crossbow
This commit is contained in:
commit
3dee7c8b6a
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
|
@ -1,5 +1,7 @@
|
|||
# 🏹 Crossbow
|
||||
|
||||

|
||||
|
||||
Crossbow is a plugin for [Obsidian](https://obsidian.md).
|
||||
Its purpose is to improve the interconnectedness of your notes by providing suggestions for backlinks based on the notes in your vault.
|
||||
|
||||
|
|
@ -13,7 +15,14 @@ Clicking on a suggestion in the sidebar will show you a list of occurences of th
|
|||
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.
|
||||
You can apply a match by clicking the appropriate icon next to the match:
|
||||
|
||||

|
||||
|
||||
which will insert the following link:
|
||||
|
||||

|
||||
|
||||
|
||||
## How to install manually
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue