Links: [[Obsidian Dataview Plugin]]
# Obsidian Dataview Plugin Documentation
[Documentation]](https://blacksmithgu.github.io/obsidian-dataview/)
## Format
<pre>
```dataview
TABLE|LIST|TASK
{field} [AS "Column Name"],
{field},
…,
{field}
FROM
{source}
WHERE
{expression} (like 'field = value')
SORT
{expression} [ASC/DESC] (like 'field ASC')
… other data commands
```
</pre>
## Source
**Tags**: `#tag`.
**Folders**: `"folder"`.
**Specific Files**: `"folder/File"` or `folder/File.md`
**Links To**: `[[note]]`
**Links From**: `outgoing([[note]])`
Join with ` and ` or ` or `!
## Examples
See [[Obsidian Dataview Plugin Examples]]