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.
glyph-sO brings full-text search to Obsidian with keyboard-first navigation, smart ranking profiles, and an extended query language — all offline by default.
A modular rewrite on top of the shared glyph-s engine — faster, smarter, and easier to maintain.
Choose how the engine balances speed and precision: legacy for compatibility, balanced for daily use, max-quality when you need the deepest scan.
Phrase search, exclusions, OR groups, and structured filters — compose precise queries without leaving the search modal.
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.
Minimalist panel spacing tuned for Obsidian’s interface — less chrome, more results. Enabled by default in 2.7.
path:projects/ — notes under a foldertag:evergreen — filter by tag"meeting notes" -archive — phrase match, exclude archive(idea OR draft) type:note — OR group with type filterObsidian’s built-in quick switcher finds file names. glyph-sO searches inside your notes.
Open search from the ribbon or assign a hotkey. Arrow keys navigate results; Enter opens the note at the matching snippet.
Automatic EN↔RU keyboard layout fixes and rough Latin↔Cyrillic transliteration help when you type in the wrong layout.
See the matching passage before you jump. Cached snippet generation keeps scrolling through results smooth.
Everything runs locally in your vault. Optional Ollama enrichment can expand queries when a local model is available.
Copy the release zip into your vault’s plugin folder and enable in Settings → Community plugins.
.obsidian/plugins/glyph-s-o/manifest.json, main.js, styles.css, services/, vendor/Part of the Glyph 2.7 family