2023-09-14 13:05:39
This commit is contained in:
15
Categories/Evergreen.md
Normal file
15
Categories/Evergreen.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
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.
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Name,
|
||||
created as Created
|
||||
from #0🌲
|
||||
where
|
||||
!contains(file.name,"Template")
|
||||
sort created desc
|
||||
```
|
||||
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
|
||||
```
|
||||
16
Categories/Projects.md
Normal file
16
Categories/Projects.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
tags:
|
||||
- categories
|
||||
---
|
||||
|
||||
```dataview
|
||||
table
|
||||
type as Type,
|
||||
year as Year,
|
||||
status as Status,
|
||||
url as URL
|
||||
where
|
||||
contains(category,[[Projects]]) and
|
||||
!contains(file.name,"Template")
|
||||
sort year desc
|
||||
```
|
||||
Reference in New Issue
Block a user