Shimmering Obsidian’s search features rely on metadata files generated by the Metadata Extractor plugin, and your vault’s plugins occasionally need updating. 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.
oupdate command handles plugin updates in one step, and the workflow also provides a separate metadata refresh action to keep its search index current.
Updating Plugins with oupdate
Type oupdate in Alfred and press ⏎. The workflow triggers two update operations back to back:
Update BRAT beta plugins
Sends the
BRAT-checkForUpdatesAndUpdate command to Obsidian via Advanced
URI. BRAT checks each beta plugin it manages against its GitHub source and
installs any newer version that is available. This step is a no-op if BRAT
is not installed in your vault.Refreshing Workflow Metadata
All of Shimmering Obsidian’s search features read from JSON metadata files that the Metadata Extractor plugin writes on a configurable schedule. This means:- A note you created five minutes ago may not appear in
osearch results yet. - A note you renamed will still show up under its old name until the next refresh cycle.
- Tags added or removed since the last write cycle will not be reflected in
ottag search.
oupdate) that forces an immediate regeneration of these files so that the search index is fully up to date right now, without waiting for the next scheduled interval.
BRAT and Beta Plugins
BRAT (Beta Reviewers Auto-update Tester) is a community plugin that lets you install and track Obsidian plugins directly from GitHub repositories before they are published to the official community plugin list. When BRAT is installed and you have beta plugins managed through it,oupdate automatically includes those in the update check — no separate step required.
If BRAT is not installed in your vault, the BRAT update step is simply skipped.
You do not need to install BRAT to use
oupdate for standard community plugin
updates.