The [[Dataview plugin]] supports shorter, single-line queries called "inline" queries that can be used to dynamically show values that are retrievable by Dataview. These inline queries are similar to [[Templater plugin#Dynamic commands]].
### Show the last date a file was modified
```
`= this.file.mtime`
```