Go to file
2025-06-21 13:40:11 +02:00
.github First commit 2025-06-21 13:22:54 +02:00
assets First commit 2025-06-21 13:22:54 +02:00
Doc Omnisearch First commit 2025-06-21 13:22:54 +02:00
images First commit 2025-06-21 13:22:54 +02:00
src Removed url tokenization 2025-06-21 13:40:11 +02:00
.babelrc First commit 2025-06-21 13:22:54 +02:00
.editorconfig First commit 2025-06-21 13:22:54 +02:00
.gitignore First commit 2025-06-21 13:22:54 +02:00
.npmrc First commit 2025-06-21 13:22:54 +02:00
.prettierrc.js First commit 2025-06-21 13:22:54 +02:00
CHANGELOG.md First commit 2025-06-21 13:22:54 +02:00
cliff.toml First commit 2025-06-21 13:22:54 +02:00
CONTRIBUTING.md First commit 2025-06-21 13:22:54 +02:00
esbuild.config.mjs First commit 2025-06-21 13:22:54 +02:00
jest.config.js First commit 2025-06-21 13:22:54 +02:00
LICENSE First commit 2025-06-21 13:22:54 +02:00
manifest.json First commit 2025-06-21 13:22:54 +02:00
package.json First commit 2025-06-21 13:22:54 +02:00
pnpm-lock.yaml First commit 2025-06-21 13:22:54 +02:00
qodana.yaml First commit 2025-06-21 13:22:54 +02:00
README.md First commit 2025-06-21 13:22:54 +02:00
tsconfig.json First commit 2025-06-21 13:22:54 +02:00
version-bump.mjs First commit 2025-06-21 13:22:54 +02:00
versions.json First commit 2025-06-21 13:22:54 +02:00

Omnisearch for Obsidian

Sponsor me
Obsidian plugin GitHub release (latest by date and asset)
GitHub release (latest by date including pre-releases) GitHub release (latest by date including pre-releases)

🏆 Winner of the 2023 Gems of the Year in the "Existing plugin" category 🏆


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 library. This free plugin is totally unrelated to the omnisearch.ai paid product.

Documentation

https://publish.obsidian.md/omnisearch/Index

Installation

You can check the CHANGELOG for more information on the different versions.

Features

Omnisearch's first goal is to locate files instantly. You can see it as a Quick Switcher on steroids.

  • Find your 📝notes, 📄Office documents, 📄PDFs, and 🖼images faster than ever
    • Images, documents, and PDF indexing is available through Text Extractor
  • Automatic document scoring using the BM25 algorithm
    • The relevance of a document against a query depends on the number of times the query terms appear in the document, 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
  • Filters file types with .jpg or .md
  • Directly Insert a [[link]] from the search results
  • Supports Vim navigation keys

Note: support of Chinese depends on this additional plugin (also you may need to clear search cache data to apply new Chinese index). Please read its documentation for more information.

Projects that use Omnisearch

Submit a PR to add your own project!

LICENSE

Omnisearch is licensed under GPL-3.

Thanks

To all people who donate through Ko-Fi or Github Sponsors

JetBrains logo