Files
bobbie-pkm/Templates/Bases/Journal.base
2026-03-02 17:06:32 +00:00

55 lines
1003 B
Plaintext

filters:
and:
- category.contains(link("Journal"))
- file.folder != "Templates"
views:
- type: table
name: Log
filters:
and:
- type.contains(link("Log"))
order:
- file.name
- date
sort:
- property: file.name
direction: DESC
columnSize:
file.name: 544
- type: table
name: Reflection
filters:
and:
- type.contains(link("Reflection"))
order:
- file.name
- date
sort:
- property: file.name
direction: DESC
columnSize:
file.name: 544
- type: table
name: Other
filters:
not:
- type.containsAny(link("Log"), link("Reflection"))
order:
- file.name
- date
sort:
- property: file.name
direction: DESC
columnSize:
file.name: 544
- type: table
name: All
order:
- file.name
- date
sort:
- property: file.name
direction: DESC
columnSize:
file.name: 544