Export Microsoft Copilot conversations to Markdown or JSON (optionally includes AI Thoughts when present)
当前为
A simple Tampermonkey userscript that adds an Export button to copilot.microsoft.com. This button lets you quickly export your Copilot conversation as a nicely formatted Markdown file or raw JSON data.
{conversation_title}_{timestamp}.md or {conversation_title}_{timestamp}.json.The script uses Copilot's official API endpoints to retrieve conversation data. If you need additional formatting for the Markdown output, you can modify the conversationToMarkdown() and partsToMarkdown() functions. The JSON export provides the raw conversation data for custom processing.
This project is released under the MIT License.