2023-09-17 14:19:50
This commit is contained in:
14
Categories/Posts.md
Normal file
14
Categories/Posts.md
Normal 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
|
||||
```
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user