From 016cd66497cb687160aef41a22dbb3025db09b02 Mon Sep 17 00:00:00 2001 From: Steph Ango <10565871+kepano@users.noreply.github.com> Date: Sun, 17 Sep 2023 14:19:50 -0700 Subject: [PATCH] 2023-09-17 14:19:50 --- Categories/Posts.md | 14 ++++++++++++++ Clippings/In good hands.md | 5 ++++- ...n ideas into objects that you can manipulate.md | 3 +++ 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 Categories/Posts.md 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.