beijingwahw/dsh-conv-export
beijingwahw★ 1TypeScript最后同步: 2026-08-14
dsh-conv-export(对话导出)— export the current DeepSeek Harness conversation as Markdown, PDF, or a long PNG image
README 摘要
dsh-conv-export(对话导出) English 中文 Export the current DeepSeek Harness conversation as Markdown , PDF (print dialog), or a long PNG image — one click in the session header, zero core changes. Problems it solves - Conversations evaporate : long sessions hold decisions, code, and error trails, but the harness has no built-in way to take them out. This plugin turns the rendered transcript into portable artifacts. - One format never fits : sharing with a teammate wants Markdown; archiving for compliance wants PDF; pasting into chat wants an image. All three ship in one menu. - Exports must match what you see : extraction runs at click time over the rendered DOM (including paged-in history), so the artifact is exactly the transcript on screen — code fences, tables, and emphasis preserved. Features - Header export button (download glyph) registered into the conversation.session.header.actions slot — additive, safely uninstalled, and mirrors its open state via aria-pressed . - Dropdown menu with three sinks: - Markdown (.md) — client-side download; assistant turns are serialized back from rendered HTML (headings, lists, fenced code with language, tables, blockquotes, links, inline emphasis)…
在 GitHub 查看完整 README →