Display a list of page which match the query with one additional information
List of all files in your vault
LIST
FROM ""
Display one row per data point with several columns of field data
Tabulate all files in your vault
TABLE
FROM ""
Display an interactive list of tasks whose pages match the given query
Display a calendar view displaying each hit via a dot on its referred date
General Format
TABLE|LIST|TASK
<field> [AS "Column Name"],
<field>,
...,
<field>
FROM <source>
WHERE <expression>
SORT <expression> [ASC/DESC]
... other data commands
Sources:
- 2023-03-08: Query Types - Dataview
- 2023-01-23: Can we make a cleaner Dataview list? - Resolved help - Obsidian Forum
- 2023-01-05: Structure of a Query - Dataview
- 2023-01-17: Embed files - Obsidian-docs
Related:
Tags:
Dataview - Create dynamic tables using data stored in note properties