2023-09-14 13:05:39
This commit is contained in:
14
Categories/Journal.md
Normal file
14
Categories/Journal.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
tags:
|
||||
- categories
|
||||
---
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Entry,
|
||||
created as Created
|
||||
from #journal
|
||||
where
|
||||
!contains(file.name,"Template")
|
||||
sort created desc
|
||||
```
|
||||
Reference in New Issue
Block a user