A list of all unique tags in the note. Subtags are broken down by each level, so #Tag/1/A will be stored in the list as [#Tag, #Tag/1, #Tag/1/A].
file.etags
List
A list of all explicit tags in the note; unlike file.tags, does not break subtags down, i.e. [#Tag/1/A]
file.inlinks
List
A list of all incoming links to this file, meaning all files that contain a link to this file.
file.outlinks
List
A list of all outgoing links from this file, meaning all links the file contains.
file.aliases
List
A list of all aliases for the note as defined via the YAML frontmatter.
file.tasks
List
A list of all tasks (I.e., |[ ] some task) in this file.
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.
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.
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.
file.starred
Boolean
if this file has been starred via the Obsidian Core Plugin “Starred Files”.