Merge branch 'master' into develop
This commit is contained in:
@@ -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.
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
@@ -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 =>
|
||||||
|
|||||||
Reference in New Issue
Block a user