diff --git a/README.md b/README.md index 87a095e..62dbd38 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ You can check the [CHANGELOG](./CHANGELOG.md) for more information on the differ its filename, and its headings - Keyboard first: you never have to use your mouse - Workflow similar to the "Quick Switcher" core plugin +- Opt-in local HTTP server to query Omnisearch from outside of Obsidian - Resistance to typos - Switch between Vault and In-file search to quickly skim multiple results in a single note - Supports `"expressions in quotes"` and `-exclusions` diff --git a/src/settings.ts b/src/settings.ts index 071236b..782423d 100644 --- a/src/settings.ts +++ b/src/settings.ts @@ -102,7 +102,7 @@ export class SettingsTab extends PluginSettingTab { // Sponsor link - Thank you! const divSponsor = containerEl.createDiv() divSponsor.innerHTML = ` - + Buy Me a Coffee at ko-fi.com `