Merge branch 'master' into develop

This commit is contained in:
Simon Cambier
2023-01-03 10:34:32 +01:00
2 changed files with 2 additions and 3 deletions

View File

@@ -9,8 +9,7 @@
> **Omnisearch** is a search engine that "_just works_". It always instantly shows you the most relevant results, thanks > **Omnisearch** is a search engine that "_just works_". It always instantly shows you the most relevant results, thanks
> to its smart weighting algorithm. > to its smart weighting algorithm.
Under the hood, it uses the excellent [MiniSearch](https://github.com/lucaong/minisearch) library, 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.
![](https://raw.githubusercontent.com/scambier/obsidian-omnisearch/master/images/omnisearch.gif) ![](https://raw.githubusercontent.com/scambier/obsidian-omnisearch/master/images/omnisearch.gif)

View File

@@ -170,7 +170,7 @@ export class SettingsTab extends PluginSettingTab {
new Setting(containerEl) new Setting(containerEl)
.setName('Respect Obsidian\'s "Excluded Files"') .setName('Respect Obsidian\'s "Excluded Files"')
.setDesc( .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` Enable this option to completely hide them`
) )
.addToggle(toggle => .addToggle(toggle =>