diff --git a/Clippings/68 Bits of Unsolicited Advice.md b/Clippings/68 Bits of Unsolicited Advice.md index b93b3cf..8cabd3e 100644 --- a/Clippings/68 Bits of Unsolicited Advice.md +++ b/Clippings/68 Bits of Unsolicited Advice.md @@ -11,6 +11,7 @@ created: 2023-09-12 published: 2020-04-28 topics: [] --- + It’s my birthday. I’m 68. I feel like pulling up a rocking chair and dispensing advice to the young ‘uns. Here are 68 pithy bits of unsolicited advice which I offer as my birthday present to all of you. - Learn how to learn from those you disagree with, or even offend you. See if you can find the truth in what they believe. diff --git a/Daily/2023-09-12.md b/Daily/2023-09-12.md index 03e81ea..ff41ba4 100644 --- a/Daily/2023-09-12.md +++ b/Daily/2023-09-12.md @@ -9,7 +9,7 @@ list where !contains(file.tags, "daily") and contains(file.outlinks, this.file.link) or - contains(string(file.frontmatter), string(this.file.day)) + contains(string(file.frontmatter), string(dateformat(this.file.day,"yyyy-MM-dd"))) sort file.ctime asc limit 50 ``` \ No newline at end of file diff --git a/Templates/Daily Note Template.md b/Templates/Daily Note Template.md index 03e81ea..ff41ba4 100644 --- a/Templates/Daily Note Template.md +++ b/Templates/Daily Note Template.md @@ -9,7 +9,7 @@ list where !contains(file.tags, "daily") and contains(file.outlinks, this.file.link) or - contains(string(file.frontmatter), string(this.file.day)) + contains(string(file.frontmatter), string(dateformat(this.file.day,"yyyy-MM-dd"))) sort file.ctime asc limit 50 ``` \ No newline at end of file