diff --git a/.obsidian/types.json b/.obsidian/types.json index effc534..cb09169 100644 --- a/.obsidian/types.json +++ b/.obsidian/types.json @@ -44,6 +44,7 @@ "shares": "number", "variety": "text", "price": "number", - "author": "multitext" + "author": "multitext", + "published": "date" } } \ No newline at end of file diff --git a/Clippings.md b/Clippings.md new file mode 100644 index 0000000..153049e --- /dev/null +++ b/Clippings.md @@ -0,0 +1,6 @@ +```dataview +table without id file.link as Title, clipped as "Clipped", published as Published +from #clippings +where !contains(file.name, "Template") +sort clipped desc +``` \ No newline at end of file diff --git a/Clippings/In good hands.md b/Clippings/In good hands.md new file mode 100644 index 0000000..e61f3d4 --- /dev/null +++ b/Clippings/In good hands.md @@ -0,0 +1,26 @@ +--- +category: + - "[[Clippings]]" +author: + - "[[Steph Ango]]" +source: https://stephango.com/in-good-hands +clipped: 2023-09-12 +published: 2023-08-06 +topics: +tags: + - clippings +--- + +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. + +I know I am in good hands when I sense a cohesive point of view expressed with attention to detail. + +I can feel it almost instantly. In any medium. Music, film, fashion, architecture, writing, software. At a Japanese restaurant it’s what *omakase* aims to be. I leave it up to you, chef. + +When I am in good hands I open myself to a state of curiosity and appreciation. I allow myself to suspend preconceived notions. I give you freedom to take me where you want to go. I immerse myself in your worldview and pause judgement. + +I want to be convinced of something new. I want my mind to be changed. Later I may disagree, but for now I am letting the experience soak in. + +That trust doesn’t come easily. As an audience member it’s about feeling cared for from the moment I interact with your work. It’s about feeling a well-defined point of view permeate what you make. + +If my mind was changed, I must have been in good hands. \ No newline at end of file diff --git a/References/Steph Ango.md b/References/Steph Ango.md index 6af3dd5..0beddd7 100644 --- a/References/Steph Ango.md +++ b/References/Steph Ango.md @@ -10,10 +10,19 @@ created: 2023-09-12 twitter: kepano url: https://stephango.com/ --- +## Clippings + +```dataview +table without id file.link as Title, published as Publish +where author = this.file.link or contains(author,this.file.link) +sort rating desc +``` + ## Meetings ```dataview table without id file.link as Meeting, date as Date where contains(people,this.file.link) sort file.name desc -``` \ No newline at end of file +``` +