Files
kepano-obsidian/Categories/Journal.md
2025-05-24 16:03:46 -07:00

22 lines
283 B
Markdown

---
tags:
- categories
---
```base
filters:
and:
- contains(property.tags, "journal")
- not(contains(file.name, "Template"))
display:
file.name: Entry
property.created: Created
views:
- type: table
name: Table
order:
- file.name
- created
```