TheDocumentation 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.
o keyword is the heart of Shimmering Obsidian. Trigger it from Alfred and you get a unified, real-time-filtered list of everything in your vault: notes, aliases, folder names, headings at every level, and canvas files — all in one place. You can open, preview, reveal, link-browse, or append to any result without ever touching your mouse.
How the search works
Shimmering Obsidian does not scan your vault files directly. Instead it reads the JSON metadata files produced by the Metadata Extractor plugin on a configurable schedule.By default, the Metadata Extractor refreshes its JSON every 30 minutes. Notes created, renamed, or re-tagged within that window will not appear immediately. You can shorten the refresh interval in the Metadata Extractor plugin settings inside Obsidian, or trigger a manual refresh with
oupdate.metadata.json— note filenames, aliases, tags, headingscanvas.json— canvas filesworkspace.json— recently opened files
Main search keyword
Typeo followed by your query in Alfred. The search simultaneously covers notes (by filename), aliases, folder names, headings, and canvas files.
Keyboard modifiers
Every search result supports a full set of keyboard modifiers:| Shortcut | Action |
|---|---|
⏎ | Open the file in Obsidian |
⌘ + ⏎ | Open in a new tab (configurable: new window or split) |
⌥ + ⏎ | Reveal the file in Finder |
fn + ⏎ | Append content to the note (prompts for text or uses clipboard) |
⌃ + ⏎ | Copy the Obsidian URI for the file to the clipboard |
⇧ + ⏎ | Browse all links of the note (outgoing, backlinks, external) |
⇧ or ⌘ + Y | Quick Look preview of the note |
Smart queries
You can narrow results by appending special filter words anywhere in your query. Alfred’s fuzzy matching still applies to the rest of your search terms.| Filter word | What it shows |
|---|---|
filename or title | Files only — no aliases, folders, or headings |
canvas | Canvas files only |
starred | Files you have starred/bookmarked |
recent | Recently opened files |
#tag | Files tagged with a specific tag, e.g. o foobar #moc |
alias | Aliases only |
folder | Folders only |
heading | All headings across the vault |
h1, h2, h3 … | Headings of a specific level only |
Folder browsing
Selecting a folder result with⏎ enters folder-browsing mode: Alfred now shows only the files and subfolders inside that folder. You can explore your entire vault directory tree this way.
While browsing inside a folder two extra options appear at the bottom of the list:
| Query / option | Action |
|---|---|
.. | Go up to the parent folder |
new | Create a new note in the current folder |
Notes created from within folder-browsing mode use the template note defined in the workflow configuration, the same template used by the
on keyword.Browse links of a note
Press⇧ + ⏎ on any o search result to open a link browser for that note. The list shows three categories of links:
- Outgoing links — notes the selected note links to
- Backlinks — notes that link back to the selected note
- External links — web URLs referenced in the note
Unresolved internal links (links to notes that do not yet exist) are not displayed in the link browser.
| Shortcut | Action |
|---|---|
⏎ | Open the linked note in Obsidian |
⌘ + ⏎ | Open in a new tab |
⌥ + ⏎ | Reveal in Finder |
fn + ⏎ | Append content to the linked note |
⌃ + ⏎ | Copy Obsidian URI |
⇧ + ⏎ | Browse that note’s links in turn |
| Shortcut | Action |
|---|---|
⏎ | Open the URL in your default browser |
⌥ + ⏎ | Copy the URL to the clipboard |
Previewing notes via Quick Look
Press⇧ or ⌘ + Y on any note result to open a Quick Look preview. Press the same key again to close it.
Quick Look previews of Markdown files require one of the following tools to be installed:
- QLMarkdown — free, Markdown only. Requires a one-time setup: launch
QLMarkdown.appat least once (right-click → Open to bypass Gatekeeper), then enable YAML front matter display in its Advanced Options. - Peek — paid (around €5), supports Markdown plus a wide range of other file formats.
Using o as Alfred’s fallback search
The o keyword can be configured as Alfred’s Fallback Search. When any Alfred search returns no results, the fallback kicks in and runs your query against your Obsidian vault automatically — a seamless way to reach your notes from anywhere.
Excluded files
The
o search respects the Excluded files list configured in Obsidian’s settings. Files and folders added there are silently ignored. Regex-based exclusion filters do not work — only plain path-prefix entries take effect.