You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a download button to the chat section toolbar and a command palette
entry that exports the current chat conversation as a Markdown file.
The export formats messages with sender names, timestamps, and proper
Markdown structure. The file is downloaded directly to the user's machine.
Changes:
- Add `downloadChatAsMarkdown` and `formatChatAsMarkdown` utilities
- Add export button to `ChatSection` toolbar (download icon)
- Add `exportChat` command to the command palette
- Export `downloadChatAsMarkdown` from `@jupyter/chat` public API
Closes#328
0 commit comments