Dataview query (basic)
obsidian_dataview_queryQuery your Obsidian vault using Dataview syntax to filter notes by folder, tag, or metadata fields, with support for sorting and limiting results.
Instructions
Run a Dataview-style query. Grammar: (LIST | TABLE col1, col2) FROM ("folder" | #tag) [WHERE pred (AND|OR pred)*] [SORT field [ASC|DESC]] [LIMIT n]. Operators: =, !=, contains, like (SQL-LIKE wildcard with *, escape with *). Special fields: file.name, file.path, file.mtime, file.tags. Other identifiers read frontmatter. No expressions, FLATTEN, GROUP BY, or joins — see docs/api.md for the unsupported set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Dataview-style query string |