Switch to separate base files

This commit is contained in:
Steph Ango
2025-05-26 17:38:24 -07:00
parent c4300a86dd
commit 66fdb29fbc
22 changed files with 250 additions and 181 deletions

View File

@@ -4,18 +4,4 @@ tags:
---
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
```
![[Evergreen.base]]