fix
All checks were successful
Build Quartz Notes / build (push) Successful in 52s

This commit is contained in:
2026-06-02 15:12:22 +01:00
parent 6276bf5fd3
commit 8664b217df
21 changed files with 23547 additions and 48 deletions

View File

@@ -2,28 +2,9 @@
All daily journal entries, linked automatically.
[[2026-04-14]]
[[2026-04-18]]
[[2026-04-20]]
[[2026-04-21]]
[[2026-04-28]]
[[2026-04-29]]
[[2026-04-30]]
[[2026-05-01]]
[[2026-05-05]]
[[2026-05-06]]
[[2026-05-12]]
[[2026-05-13]]
[[2026-05-20]]
[[2026-05-21]]
[[2026-05-22]]
[[2026-05-28]]
[[2026-05-29]]
[[2026-06-01]]
[[2026-06-02]]
```dataview
LIST
FROM "Dailies"
WHERE regexmatch("^\\d{4}-\\d{2}-\\d{2}$", file.name)
SORT file.name ASC
```