This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user