
beijingwahw/dsh-conv-export
20Last commit Aug 14, 2026
dsh-conv-export DSH plugin
A web client plugin that adds a download action to the DeepSeek Harness conversation header. It extracts the rendered active transcript and downloads it in Markdown, PDF, or PNG formats without modifying DSH core.
How to install the dsh-conv-export DSH plugin
dsh plugin --profile web add https://github.com/beijingwahw/dsh-conv-export/archive/refs/tags/v0.1.0.tar.gzCopying does not run this command. Review the repository and version before use.
Data source
Snapshot date: Aug 15, 2026
manifest-valid
What the dsh-conv-export DSH plugin can do
- Adds an export button to the conversation session header.
- Downloads rendered conversations as Markdown with headings, lists, code blocks, tables, quotes, links, and emphasis.
- Creates a self-contained multi-page PDF download from rasterized conversation pages.
- Creates a long PNG image from an offscreen rendered conversation clone.
- Generates sanitized filenames from the session title.
- Uses DSH design tokens and switches menu labels between Chinese and English based on document language.
- Closes its menu on Escape or outside click and reports long-image rasterization failures.
Where the dsh-conv-export DSH plugin fits
- Share a conversation transcript with teammates as Markdown.
- Archive a rendered conversation as a PDF.
- Paste a complete conversation into chat or documents as a long image.
- Preserve decisions, code snippets, and error trails from an active session.
Who the dsh-conv-export DSH plugin is for
- DeepSeek Harness web users
- Developers and teams needing portable conversation records
- Users who need transcript exports in text, PDF, or image formats
dsh-conv-export DSH plugin limitations
- Exports only the active conversation column; sidebar titles and settings pages are excluded.
- PDF pages are raster images, so PDF text is not selectable.
- Long-image and PDF generation use SVG foreignObject rasterization; exotic embedded content may flatten.
- Long PNG height is capped at 16000px.
- Requires Node.js 22 or later and pnpm for installation via the documented command.
Objective checks
These signals come from public metadata scans. They are not a security certification.
- info
dependency counts
package.json declares 0 runtime, 8 development, 0 peer, and 0 optional dependencies.
- info
dsh bundle declared
package.json declares DSH bundle metadata.
- info
license declared
GitHub reports the repository license as MIT.
- info
package manifest available
A root package.json was captured and can be inspected by the registry.
- info
source available
Public GitHub source metadata is available for this registry snapshot.
dsh-conv-export DSH plugin alternatives
dsh-mcp-manager
6
A DeepSeek Harness MCP server manager that adds a Settings → MCP page for HTTP and local stdio servers.
dsh-user-experience
18
Persona-driven UX walkthrough plugin for DeepSeek Harness (DSH) - scans React + TypeScript source code for UX issues, pinpoints them, and suggests fixes.
awesome-deepseek-harness
36
A curated list of plugins, skills, MCP servers, patch/profile layers, orchestrators & UIs for DeepSeek Harness (DSH). Visualization · PPT · Coding · Agents · Loops (auto-research) and more. #dsh
dsh-spotlight
5
Keyboard-first command palette for DeepSeek Harness Web.
dsh-conv-export DSH plugin questions
What is the dsh-conv-export DSH plugin?
dsh-conv-export is a project included in the current DSH plugin snapshot. This page organizes repository metadata and reviewed notes, but you should still inspect the upstream repository before running it.
How do I install the dsh-conv-export DSH plugin?
The page shows the install command captured from the source record. Copying does not run it, so confirm the package, profile, and version against upstream documentation first.
Which DSH profile does dsh-conv-export use?
The snapshot records web as the dsh-conv-export profile. DSH conventions can change quickly, so verify the manifest and README before installation.
Is dsh-conv-export compatible with the current DSH release?
The source data does not include a verified compatibility matrix. Check recent commits, releases, and DSH breaking changes, then test in a profile you can roll back.
What should I do if dsh-conv-export fails to load?
Check the install command, selected profile, dependency logs, and Cordis startup output first. Keep the exact error string, then compare it with this site's fix pages and upstream issues.
What are the closest alternatives to dsh-conv-export?
Related plugins on this page come from the current snapshot and are only candidates. Compare capabilities, maintenance activity, installation method, and limitations before choosing one.