Skip to content

Commit

Permalink
phone: shortcuts gcp command- pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwhiting committed Feb 6, 2024
1 parent 48eefd9 commit 82048d3
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .obsidian/plugins/recent-files-obsidian/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"basename": "guitar-clouds",
"path": "creative/guitar-clouds.md"
},
{
"basename": "embedding-audio-in-quarto",
"path": "tech/embedding-audio-in-quarto.md"
},
{
"basename": "avocados",
"path": "gratitude/avocados.md"
Expand All @@ -12,10 +16,6 @@
"basename": "Honduras",
"path": "concepts/Honduras.md"
},
{
"basename": "embedding-audio-in-quarto",
"path": "tech/embedding-audio-in-quarto.md"
},
{
"basename": "prose-the-thief-of-time",
"path": "creative/prose-the-thief-of-time.md"
Expand Down
12 changes: 6 additions & 6 deletions .obsidian/workspace-mobile.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"state": {
"file": "creative/guitar-clouds.md",
"mode": "source",
"source": false
"source": true
}
}
}
Expand Down Expand Up @@ -81,7 +81,7 @@
}
}
],
"currentTab": 0
"currentTab": 4
},
"right": {
"id": "19fd6f5bf2dff652",
Expand Down Expand Up @@ -141,11 +141,13 @@
},
"active": "be767112276aa446",
"lastOpenFiles": [
"tech/embedding-audio-in-quarto.md",
"creative/guitar-clouds.md",
"img/screenshot-audio-quarto-not-rendered.jpeg",
"img/screenshot-audio-obsidian-rendered.jpeg",
"gratitude/avocados.md",
"img/dalle-avocado-in-plenty.jpeg",
"concepts/Honduras.md",
"creative/guitar-clouds.md",
"tech/embedding-audio-in-quarto.md",
"creative/prose-the-thief-of-time.md",
"creative/prose-red-eyed.md",
"creative/ice-baths.md",
Expand Down Expand Up @@ -176,8 +178,6 @@
"img/photo-screenshot-chatbot-arena-leaderboard.jpeg",
"img/photo-llm-chat-arena-prompt.jpeg",
"img/photo-llm-chat-arena-choose.jpeg",
"img/dalle-bowling-disco.jpeg",
"img/dalle-kid-building-a-house.jpeg",
"innovate",
"docs/gratitude/imagination.html",
"docs/gratitude/chirping-birds.html",
Expand Down
2 changes: 1 addition & 1 deletion creative/guitar-clouds.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Song snippet today: [2024-02-05-guitar-clouds](../audio/2024-02-05-guitar-clouds

More audio:

<audio controls=1 src="../audio/2024-02-05-guitar-clouds.m4a"></audio>
<audio controls src="../audio/2024-02-05-guitar-clouds.m4a"></audio>


Kids are like clouds. Soft and fluffy. Rain storms. Etc. as parents, we need the rain as much as we need the beautiful shapes.
Expand Down
Binary file added img/screenshot-audio-obsidian-rendered.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/screenshot-audio-quarto-not-rendered.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion tech/embedding-audio-in-quarto.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,13 @@ But the mobile audio player is picked up:

![Mobile safari](../img/screenshot-quarto-audio-safari.jpeg){.preview-image}

![Mobile chrome](../img/screenshot-chrome-mobile-quarto-audio.jpeg)
![Mobile chrome](../img/screenshot-chrome-mobile-quarto-audio.jpeg)

# Obsidian

I like using this markdown syntax in Obsidian because that's where I write my notes.

![The markdown syntax](../img/screenshot-audio-quarto-not-rendered.jpeg)

Because it appears like an audio player in app. The `{{< video xxxxxx >}}` syntax is a `quarto` thing and renders nicely. The `<audio>` tag is supposed to work but doesn't in my vault.

0 comments on commit 82048d3

Please sign in to comment.