From 9be69d19eefd513b65d0e76d14c6e6f37c740f23 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Sun, 26 Jun 2022 21:36:09 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a009e4..bb6fd48 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Omnisearch can be used within 2 different contexts: Omnisearch's core feature, accessible with the Command Palette "**_Omnisearch: Vault search_**". This modal searches through your vault and returns the most relevant notes. That's all you need to _find_ a note. -If you want to list all the search matches of a single note, you can do so by using `alt+enter` to open the In-File Search. +If you want to list all the search matches of a single note, you can do so by using `tab` to open the In-File Search. ### In-File Search From 566b75f9d30a0ac2e9039a9099fa5d03eca2b3ce Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Sun, 26 Jun 2022 21:37:17 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb6fd48..e62d72f 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Otherwise, you can access it with `app.plugins.plugins.omnisearch.api`. ```ts // API: { - // Returns a promise that will contain the same results than the Vault modal + // Returns a promise that will contain the same results as the Vault modal search: (query: string) => Promise }