Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/docs/reference/sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ FROM "projects/brainstorming"
```
~~~

The query above will include all files in the `"projects/brainstorming"` folder, as well as all subfolders. To exclude subfolders, use the `file.folder` property.

~~~
```dataview
TABLE file.ctime, status
WHERE file.folder = "projects/brainstorming"
```
~~~


### Specific Files

Expand Down