Export DeepSeek chat history to Markdown, PDF and PNG formats
This is a Tampermonkey/Violentmonkey script for exporting DeepSeek chat conversations in Markdown, PDF, and image formats. The script adds three export buttons to the top-right corner of the DeepSeek chat interface for quick and easy conversation saving.
This is an English translation of https://github.com/blueberrycongee/DeepSeek-Chat-Exporter with several modifications:
<strong> tags in markdown output, and use User/Assistant headers instead, with reasoning tokens in a quote block, like the website.https://chat.deepseek.com/)..md file..png image.\( \) and \[ \] delimiters or converting to $ $ and $$ $$ formatDeepSeek_Chat_Title_2024-03-21_15_30_45.mdDeepSeek_Chat_Title_2024-03-21_15_30_45.pdfDeepSeek_Chat_Title_2024-03-21_15_30_45.png## User, followed by the message content.## Assistant, followed by the response.### Thought Process, followed by blockquoted reasoning process.\( \) and \[ \] format, or converted to $ $ and $$ $$ format based on settings---.Example:
## User
Hello, can you help me write some code?
---
## Assistant
### Thought Process
> This is a request for code writing assistance.
> Let me help with programming guidance.
Of course! Please tell me what kind of code you need.
.png screenshot of the chat history, including the chat interface and all conversations, ideal for quick sharing or saving.If you encounter issues or have suggestions for improvements, please submit an Issue or Pull Request at https://github.com/endolith/DeepSeek-Chat-Exporter.
This project is licensed under the MIT License.