From cf18b198d994ba1a01db9b0152a83c84ce961c47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sch=C3=B6dler?= <38029550+shoedler@users.noreply.github.com> Date: Sat, 1 Apr 2023 12:12:36 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab6a451..0326033 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 🏹 Crossbow +![image](https://user-images.githubusercontent.com/38029550/229279990-f10723bc-380e-4e29-b4f2-47f9b8a5beb9.png) + 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: + +![image](https://user-images.githubusercontent.com/38029550/229280015-6dfd5747-c445-420c-b75d-9637690ca089.png) + +which will insert the following link: + +![image](https://user-images.githubusercontent.com/38029550/229280048-fe7a8e31-8cbf-4090-a7f0-4bf0b83814d7.png) + ## How to install manually