[claude] Add session export as markdown (#288) #304
Reference in New Issue
Block a user
Delete Branch "claude/issue-288"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #288
Adds a session export feature that lets users manually save their conversation log as a Markdown file.
Changes
app.js:sessionLogarray tracks{ts, speaker, text}entries for all incoming chat messages.exportSessionAsMarkdown()formats the log and triggers a browser download. The📥export button is wired up on page load.index.html: Export button (📥) added to the HUD alongside the existing audio and debug toggles.style.css: Styles for#export-sessionbutton, consistent with the existing HUD button design.