From ed646eba7fee7874f2e22ef7d5c6b89ba544098f Mon Sep 17 00:00:00 2001 From: Jess Martin Date: Tue, 13 Dec 2022 08:25:57 -0500 Subject: [PATCH 1/2] Fix spelling (#150) --- src/settings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings.ts b/src/settings.ts index d503a99..db16219 100644 --- a/src/settings.ts +++ b/src/settings.ts @@ -155,7 +155,7 @@ export class SettingsTab extends PluginSettingTab { new Setting(containerEl) .setName('Respect Obsidian\'s "Excluded Files"') .setDesc( - `By default, fFiles that are in Obsidian\'s "Options > Files & Links > Excluded Files" list are downranked in results. + `By default, files that are in Obsidian\'s "Options > Files & Links > Excluded Files" list are downranked in results. Enable this option to completely hide them` ) .addToggle(toggle => From 4b56e799eb754c2c9f6548a65900fc4267e42b80 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Tue, 20 Dec 2022 23:34:39 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c884241..0521429 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,7 @@ > **Omnisearch** is a search engine that "_just works_". It always instantly shows you the most relevant results, thanks > to its smart weighting algorithm. -Under the hood, it uses the excellent [MiniSearch](https://github.com/lucaong/minisearch) library, -and [obsidian-text-extract](https://github.com/scambier/obsidian-text-extract) for PDFs and images. +Under the hood, it uses the excellent [MiniSearch](https://github.com/lucaong/minisearch) library. ![](https://raw.githubusercontent.com/scambier/obsidian-omnisearch/master/images/omnisearch.gif)