diff --git a/Categories/Posts.md b/Categories/Posts.md new file mode 100644 index 0000000..4275e6e --- /dev/null +++ b/Categories/Posts.md @@ -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 +``` \ No newline at end of file diff --git a/Clippings/In good hands.md b/Clippings/In good hands.md index 6689246..2c1697f 100644 --- a/Clippings/In good hands.md +++ b/Clippings/In good hands.md @@ -1,6 +1,7 @@ --- category: - "[[Clippings]]" + - "[[Posts]]" author: - "[[Steph Ango]]" url: https://stephango.com/in-good-hands @@ -9,7 +10,9 @@ tags: - advice created: 2023-09-12 published: 2023-08-06 -topics: +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. diff --git a/Notes/Evergreen notes turn ideas into objects that you can manipulate.md b/Notes/Evergreen notes turn ideas into objects that you can manipulate.md index efeef1d..c84bc59 100644 --- a/Notes/Evergreen notes turn ideas into objects that you can manipulate.md +++ b/Notes/Evergreen notes turn ideas into objects that you can manipulate.md @@ -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.