diff --git a/README.md b/README.md index 5fc0e46..f5bff49 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) diff --git a/src/settings.ts b/src/settings.ts index a0a281a..f324f0b 100644 --- a/src/settings.ts +++ b/src/settings.ts @@ -170,7 +170,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 =>