diff --git a/.obsidian/plugins/recent-files-obsidian/data.json b/.obsidian/plugins/recent-files-obsidian/data.json index 395d82c27..b8fc1801e 100644 --- a/.obsidian/plugins/recent-files-obsidian/data.json +++ b/.obsidian/plugins/recent-files-obsidian/data.json @@ -1,5 +1,9 @@ { "recentFiles": [ + { + "basename": "kindness", + "path": "gratitude/kindness.md" + }, { "basename": "how-to-share-an-html-file-like-a-quarto-output-in-github", "path": "tech/how-to-share-an-html-file-like-a-quarto-output-in-github.md" @@ -195,10 +199,6 @@ { "basename": "the-loop", "path": "book-review/the-loop.md" - }, - { - "basename": "influence-the-psychology-of-persuasion", - "path": "book-review/influence-the-psychology-of-persuasion.md" } ], "omittedPaths": [], diff --git a/.obsidian/workspace-mobile.json b/.obsidian/workspace-mobile.json index 395b4c359..3bb0e42f0 100644 --- a/.obsidian/workspace-mobile.json +++ b/.obsidian/workspace-mobile.json @@ -13,7 +13,7 @@ "state": { "type": "markdown", "state": { - "file": "tech/how-to-share-an-html-file-like-a-quarto-output-in-github.md", + "file": "gratitude/kindness.md", "mode": "source", "source": false } @@ -93,7 +93,7 @@ "state": { "type": "backlink", "state": { - "file": "tech/how-to-share-an-html-file-like-a-quarto-output-in-github.md", + "file": "gratitude/kindness.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -110,7 +110,7 @@ "state": { "type": "outline", "state": { - "file": "tech/how-to-share-an-html-file-like-a-quarto-output-in-github.md" + "file": "gratitude/kindness.md" } } }, @@ -120,7 +120,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "tech/how-to-share-an-html-file-like-a-quarto-output-in-github.md", + "file": "gratitude/kindness.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -141,10 +141,12 @@ }, "active": "be767112276aa446", "lastOpenFiles": [ + "img/dalle-image-kindness-watercolors-expressionist.jpeg", + "tech/how-to-share-an-html-file-like-a-quarto-output-in-github.md", + "gratitude/kindness.md", "img/screenshot-html-file-on-github-rendered.jpeg", "img/screenshot-raw-html-on-github.jpeg", "goals/2024-02-05.md", - "tech/how-to-share-an-html-file-like-a-quarto-output-in-github.md", "goals/2024-02-06.md", "tech/a-knife-to-a-gun-fight.md", "christianity/2-nephi-1.md", @@ -174,11 +176,9 @@ "goals/2024-02-03.md", "goals/2024-02-02.md", "goals/2024-02-01.md", - "goals/2024-01-29.md", "img/dalle-image-wheat-into-a-silo.jpeg", "code/2024-02-02-libby.py", "code", - "img/dalle-image-divinely-discontent.jpeg", "innovate", "docs/gratitude/imagination.html", "docs/gratitude/chirping-birds.html", diff --git a/gratitude/kindness.md b/gratitude/kindness.md new file mode 100644 index 000000000..fde7991ae --- /dev/null +++ b/gratitude/kindness.md @@ -0,0 +1,24 @@ +--- +title: I'm Grateful for Kindness +description: The kindness I've been shown every day of my life. +date: 2024-02-06 10:05:27 +created: 2024-02-06 10:05:27 +categories: + - gratitude + - parenting +draft: false +--- +I've been the recipient of a lot of kindness in my life. I know anyone reading this has too. Kindness is a wonderful gift to give someone. It doesn't cost anything to be kind. + +Ways people have been kind to me: + +- Someone called me when they knew I was making a big decision to listen to me. +- Parents who showed me how to be kind to each other. +- A friend who complemented me. +- My wife who goes on dates with me and hangs out with me. +- A child who wants to give dad a hug. + +Kindness does need to be *received*, I've learned. Kindness can be received when things are going well, as well as when life is tricky, though kindness is probably most poignantly felt and appreciated during hard times. I think that's a gift: to receive kindness. It's also a gift to give. Who do you know that could use some kindness today? + +!["Kindness. Watercolors. Expressionist." Seems like kindness takes the form of an angel per Dalle. I think that's appropriate.](../img/dalle-image-kindness-watercolors-expressionist.jpeg){.preview-image} + diff --git a/img/dalle-image-kindness-watercolors-expressionist.jpeg b/img/dalle-image-kindness-watercolors-expressionist.jpeg new file mode 100644 index 000000000..8535c6f0d Binary files /dev/null and b/img/dalle-image-kindness-watercolors-expressionist.jpeg differ diff --git a/tech/how-to-share-an-html-file-like-a-quarto-output-in-github.md b/tech/how-to-share-an-html-file-like-a-quarto-output-in-github.md index 9b19e927c..09507c549 100644 --- a/tech/how-to-share-an-html-file-like-a-quarto-output-in-github.md +++ b/tech/how-to-share-an-html-file-like-a-quarto-output-in-github.md @@ -11,7 +11,7 @@ categories: - html draft: false --- -Let's assume you have a raw HTML file on GitHub, such as a Jupyter notebook you rendered to HTML or a Quarto doc you rendered via `quarto render`. +Let's assume you have a raw HTML file on GitHub, such as a [Jupyter notebook you rendered to HTML](https://mljar.com/blog/jupyter-notebook-html/) or a [Quarto](https://quarto.org/docs/output-formats/html-basics.html) doc you rendered via `quarto render`. If you try to share the link from GitHub directly, GitHub will just show the raw HTML file. @@ -27,6 +27,6 @@ GitHub File: https://github.com/bryanwhiting/blog/blob/gh-pages/index.html Preview using that link: https://htmlpreview.github.io/?https://github.com/bryanwhiting/blog/blob/gh-pages/index.html -Notice the URL at the bottom +Notice the URL at the bottom is not my site or my GitHub path. -![Render HTML](../img/screenshot-html-file-on-github-rendered.jpeg){.preview-image} +![Render HTML](../img/screenshot-html-file-on-github-rendered.jpeg)