Files
vault/Daily Notes.md
Zaine 8664b217df
All checks were successful
Build Quartz Notes / build (push) Successful in 52s
fix
2026-06-02 15:12:22 +01:00

10 lines
173 B
Markdown

# Daily Notes
All daily journal entries, linked automatically.
```dataview
LIST
FROM "Dailies"
WHERE regexmatch("^\\d{4}-\\d{2}-\\d{2}$", file.name)
SORT file.name ASC
```