[groq] Research: NotebookLM — create audio overview of SOUL.md as podcast (#293) #360

Merged
groq merged 1 commits from groq/issue-293 into main 2026-03-24 12:44:13 +00:00
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);