mirror of
https://github.com/bitsofchris/openaugi-obsidian-plugin.git
synced 2026-07-22 12:40:27 +00:00
15 lines
260 B
Markdown
15 lines
260 B
Markdown
|
|
# Notes with Dataview
|
||
|
|
|
||
|
|
This note contains a dataview query that should be stripped from output.
|
||
|
|
|
||
|
|
```dataview
|
||
|
|
TABLE file.mtime as "Modified"
|
||
|
|
FROM "/"
|
||
|
|
SORT file.mtime DESC
|
||
|
|
LIMIT 10
|
||
|
|
```
|
||
|
|
|
||
|
|
Regular content after the dataview block.
|
||
|
|
|
||
|
|
Also links to [[Linked Note A]].
|