The search plugin provides global search across Markdown content, frontmatter fields, tags, and file paths, backed by the SQLite index.Documentation Index
Fetch the complete documentation index at: https://aidocs.zorid.app/llms.txt
Use this file to discover all available pages before exploring further.
v0 scope
- Full-text content search.
- Path / filename filters.
- Tag filters (
#project). - Field filters (
status:todo,priority:high). zorid.type:taskfilter on typed files.- Result preview with match highlighting.
- Open result in active pane / new tab.
Query syntax (v0)
Platform APIs used
metadata.searchover the SQLite index.workspace.openFileto navigate to results.commandsto register the search command and palette entry.
Source
Full search plan on GitHub.