Obsidian Obsidian Plugin

Search your vault.
Find anything, fast.

glyph-sO brings full-text search to Obsidian with keyboard-first navigation, smart ranking profiles, and an extended query language — all offline by default.

Download 2.7 Read the docs

What’s new in 2.7

A modular rewrite on top of the shared glyph-s engine — faster, smarter, and easier to maintain.

Search profiles

Choose how the engine balances speed and precision: legacy for compatibility, balanced for daily use, max-quality when you need the deepest scan.

Settings → Search profile

Extended query grammar

Phrase search, exclusions, OR groups, and structured filters — compose precise queries without leaving the search modal.

"deep work" -draft (task OR todo)

Service architecture

Plugin UI lives in main.js; ranking logic is isolated in services/search-engine.js and powered by the vendored glyph-s 2.7 bundle.

Compact mode

Minimalist panel spacing tuned for Obsidian’s interface — less chrome, more results. Enabled by default in 2.7.

Query examples

Built for how you think

Obsidian’s built-in quick switcher finds file names. glyph-sO searches inside your notes.

Keyboard-first

Open search from the ribbon or assign a hotkey. Arrow keys navigate results; Enter opens the note at the matching snippet.

Layout & transliteration

Automatic EN↔RU keyboard layout fixes and rough Latin↔Cyrillic transliteration help when you type in the wrong layout.

Snippet previews

See the matching passage before you jump. Cached snippet generation keeps scrolling through results smooth.

Offline-first

Everything runs locally in your vault. Optional Ollama enrichment can expand queries when a local model is available.

Install

Copy the release zip into your vault’s plugin folder and enable in Settings → Community plugins.

Part of the Glyph 2.7 family