Support
Support
ChatGPT Export to Markdown exports the currently open ChatGPT conversation to a local Markdown file.
Email: support@chatgptexport.app
Please do not send private chat content unless it is necessary for the issue. If possible, send a sanitized example instead.
What to Include in a Bug Report
- Chrome version;
- extension version;
- ChatGPT URL type: regular chat, project chat, or temporary chat;
- what happened;
- what you expected to happen;
- whether a Markdown file was downloaded;
- whether an error alert appeared;
- whether timestamps or YAML frontmatter were enabled;
- sanitized Markdown output, if it is useful and does not contain private data.
Current v1 Scope
- Markdown export only;
- current open ChatGPT conversation only, including long threads with message order preserved;
- common Markdown structures from the rendered ChatGPT page: paragraphs, headings, inline formatting, links, unordered and ordered lists, nested lists, code blocks with language labels, blockquotes, horizontal rules, and tables;
- richer Markdown examples such as lists with code blocks, multi-paragraph and nested quotes, quoted lists, tables with inline formatting and escaped pipes, long text blocks, bare URLs, emoji, special characters, and HTML-like fragments as text;
- Unicode text preservation for Portuguese, Norwegian, Spanish, Czech, Serbian, German, Polish, French, Russian, Arabic, Swahili, Mandarin Chinese, Hindi, Bengali, Indonesian, Urdu, Japanese, Vietnamese, Turkish, Persian/Farsi, and Korean;
- no account or sign-in;
- no analytics;
- no remote backend for Markdown export.
Known Limitations
-
Supports
https://chatgpt.com/*only. Legacychat.openai.comis not included in the v1 permission footprint. - Exports only the currently open conversation. There is no batch export or account-wide export.
- Output format is Markdown only in v1.
- Export accuracy depends on the live ChatGPT page structure. Future UI changes can require an extension update.
- Exact visual fidelity of complex ChatGPT tables is not guaranteed in v1 Markdown output.
- Code block language detection is heuristic-based and may occasionally miss or mislabel a fence.
- Images and task-list checkbox state are not structured export targets in v1; if this content appears as visible text in the page, it may be exported as plain text or regular list content.
- If a chat has not finished loading yet, export can fail with a retryable "No chat messages were found" alert.
- Browser download policies or disabled downloads can block file saving even when extraction succeeds.
Privacy
The extension processes chat content locally in the browser for Markdown export. Chat content is not sent to external servers. Read the privacy policy.