Merge branch 'master' of https://github.com/scambier/obsidian-omnisearch
This commit is contained in:
@@ -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`
|
||||
|
||||
@@ -102,7 +102,7 @@ export class SettingsTab extends PluginSettingTab {
|
||||
// Sponsor link - Thank you!
|
||||
const divSponsor = containerEl.createDiv()
|
||||
divSponsor.innerHTML = `
|
||||
<iframe src="https://github.com/sponsors/scambier/button" title="Sponsor scambier" height="35" width="116" style="border: 0;"></iframe>
|
||||
<iframe sandbox="allow-top-navigation-by-user-activation" src="https://github.com/sponsors/scambier/button" title="Sponsor scambier" height="35" width="116" style="border: 0;"></iframe>
|
||||
<a href='https://ko-fi.com/B0B6LQ2C' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi2.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
||||
`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user