You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/annotation/metadata-pages.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ Dataview automatically adds a large amount of metadata to each page. These impli
25
25
|`file.aliases`| List | A list of all aliases for the note as defined via the [YAML frontmatter](https://help.obsidian.md/How+to/Add+aliases+to+note). |
26
26
|`file.tasks`| List | A list of all tasks (I.e., `|[] some task`) in this file. |
27
27
|`file.lists`| List | A list of all list elements in the file (including tasks); these elements are effectively tasks and can be rendered in task views. |
28
+
|`file.tables`| List | A list of all table in this file. |
28
29
|`file.frontmatter`| List | Contains the raw values of all frontmatter in form of `key | value` text values; mainly useful for checking raw frontmatter values or for dynamically listing frontmatter keys. |
29
30
|`file.day`| Date | Only available if the file has a date inside its file name (of form `yyyy-mm-dd` or `yyyymmdd`), or has a `Date` field/inline field. |
30
31
|`file.starred`| Boolean | If this file has been bookmarked via the Obsidian Core Plugin "Bookmarks". |
0 commit comments