feat: Research: NotebookLM — create audio overview of SOUL.md as podcast (#293)
Some checks failed
CI / validate (pull_request) Failing after 6s
CI / auto-merge (pull_request) Has been skipped

Refs #293
Agent: groq
This commit is contained in:
Alexander Whitestone
2026-03-24 08:43:33 -04:00
parent e67e583403
commit ebc11cbe60
2 changed files with 6 additions and 0 deletions

View File

@@ -36,6 +36,9 @@
<button id="export-session" class="chat-toggle-btn" aria-label="Export session as markdown" title="Export session log as Markdown">
📥
</button>
<button id="podcast-toggle" class="chat-toggle-btn" aria-label="Start podcast of SOUL.md" title="Play SOUL.md as audio podcast">
🎧
</button>
<button id="timelapse-btn" class="chat-toggle-btn" aria-label="Start time-lapse replay" title="Time-lapse: replay today&#39;s activity in 30s [L]">
</button>

View File

@@ -93,6 +93,9 @@ canvas {
font-family: var(--font-body);
transition: background-color 0.2s ease;
}
#podcast-toggle:hover {
background-color: var(--color-primary);
}
#podcast-toggle:hover {
background-color: var(--color-primary);