2023-09-17 14:19:50

This commit is contained in:
Steph Ango
2023-09-17 14:19:50 -07:00
parent 4d225c054d
commit 016cd66497
3 changed files with 21 additions and 1 deletions

14
Categories/Posts.md Normal file
View File

@@ -0,0 +1,14 @@
---
tags:
- categories
---
```dataview
table without id
file.link as Title,
status as Status,
published as Published
where
contains(category,this.file.link) and
!contains(file.name,"Template")
sort published desc
```

View File

@@ -1,6 +1,7 @@
---
category:
- "[[Clippings]]"
- "[[Posts]]"
author:
- "[[Steph Ango]]"
url: https://stephango.com/in-good-hands
@@ -10,6 +11,8 @@ tags:
created: 2023-09-12
published: 2023-08-06
topics:
status:
- "[[Published]]"
---
There is a feeling I search for: *being in good hands*. It is the feeling I look to give and the feeling I look to receive.

View File

@@ -1,5 +1,6 @@
---
category:
- "[[Posts]]"
- "[[Clippings]]"
created: 2023-09-14
url: https://stephango.com/evergreen-notes
@@ -11,6 +12,8 @@ topics:
tags:
- 0🌲
- clippings
status:
- "[[Published]]"
---
Using [[evergreen]] notes in Obsidian has been the most impactful change to how I think.