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

21 lines
473 B
Markdown

---
tags:
- categories
---
An evergreen note is an idea. It doesn't have to be something that I agree with, but something is [[Composability|composable]]. In a way, every idiom is a kind of evergreen idea.
```base
display:
file.name: Name
property.created: Created
views:
- type: table
name: Table
filters:
and:
- contains(property.tags, "0🌲")
- not(contains(file.name, "Template"))
order:
- file.name
- created
```