Shimmering Obsidian provides two dedicated documentation search commands:Documentation Index
Fetch the complete documentation index at: https://mintlify.com/chrisgrieser/shimmering-obsidian/llms.txt
Use this file to discover all available pages before exploring further.
oh for end-user help articles and odd for the plugin developer reference. Results open directly in your default browser or can be copied to the clipboard.
Both
oh and odd retrieve data over the network when first run. Alfred caches the results locally so subsequent searches are instant — make sure you have a network connection available for the initial load or to refresh stale results.Official help documentation — oh
Keyword: oh
The oh command searches the official Obsidian help documentation. It works from a regularly-updated cached index of help.obsidian.md, so results are fast and reflect current content. The index includes page headings in addition to page titles, letting you navigate directly to a specific section of a long help article rather than just the top of the page.
| Shortcut | Action |
|---|---|
⏎ | Open the result in your default browser |
⌥ + ⏎ | Copy the link to the clipboard |
Example queries
Plugin developer documentation — odd
Keyword: odd (obsidian developer docs)
The odd command searches the official Obsidian developer documentation — the API and plugin-authoring reference hosted at docs.obsidian.md. It also includes the CodeMirror 6 reference, since Obsidian’s editor is built on CodeMirror and plugin authors frequently need to look up CodeMirror classes and functions alongside Obsidian’s own API.
Results are organised by category (shown in the subtitle), making it easy to distinguish between Obsidian API pages and CodeMirror reference entries at a glance. Alfred caches the results for seven days so repeated searches stay fast.
| Shortcut | Action |
|---|---|
⏎ | Open the result in your default browser |
⌥ + ⏎ | Copy the link to the clipboard |
Example queries
Comparison
| Feature | oh | odd |
|---|---|---|
| Target audience | All Obsidian users | Plugin developers |
| Documentation site | help.obsidian.md | docs.obsidian.md + codemirror.net/docs |
| Searches headings | Yes | No — page-level only |
| Open in browser | ⏎ | ⏎ |
| Copy link | ⌥ + ⏎ | ⌥ + ⏎ |
| Caching | Pre-built index (regularly updated) | Alfred cache, refreshed weekly |
