Skip to content

hellodigua/dsh-share

192Last commit Aug 15, 2026

dsh-share DSH plugin

dsh-share is a DSH plugin for sharing DeepSeek conversations. It allows you to select multiple rounds of dialogue and export them as PNG images or Markdown files. The multi-select interaction matches the DeepSeek web interface exactly, providing a seamless user experience.

How to install the dsh-share DSH plugin

dsh plugin --profile web add dsh-share

Copying does not run this command. Review the repository and version before installing the dsh-share DSH plugin.

dsh-share DSH plugin data source

dsh-share DSH plugin snapshot date: Aug 16, 2026

discovered

What the dsh-share DSH plugin can do

  • Enter selection mode from the top-right corner, with all conversations selected by default
  • Each round's share button enters selection mode pre-selecting only that round
  • Copy image to clipboard, download PNG, or export Markdown
  • Preserve Markdown, code blocks, tables, images, and tool call summaries
  • Adjust image width, font size, and preview long images with scrolling
  • Option to hide intermediate steps, keeping only questions and final answers

Where the dsh-share DSH plugin fits

  • Export a conversation as an image to share on social media or messaging apps
  • Save a conversation as Markdown for documentation, note-taking, or further editing
  • Select specific rounds to share only the relevant parts of a long conversation
  • Customize the exported image's width and font size for better presentation

Who the dsh-share DSH plugin is for

  • Users who frequently share DeepSeek chat logs with colleagues or online communities
  • Developers or researchers who need to document conversation flows in Markdown

dsh-share DSH plugin limitations

  • Copying images requires browser clipboard permission; if denied, downloading PNG is still available
  • Remote resources that cannot be read are skipped with a transparent placeholder
  • Only fully loaded conversation rounds are selectable; scroll up to load earlier content first

dsh-share DSH plugin: from the repository README

Quoted from the hellodigua/dsh-share README, the upstream source of the dsh-share DSH plugin. Copyright remains with the original authors.

简体中文 | [English](./README.en.md) DSH 对话分享插件,分享单轮或多轮对话,可导出为图片或 Markdown。 和 DeepSeek 网页端一致的多选交互,操作体验完全一致。 ![dsh-share 多轮问答选择](./assets/readme/share-selection.webp) 生成图片前可调整宽度、字号和过程显示,完成后可下载或复制图片。 ![dsh-share 生成图片](./assets/readme/share-dialog.webp) ## 功能 - 从右上角进入问答选择模式,默认全选 - 每轮的分享按钮也会进入选择模式,并只预选当前问答 - 问题和回答两侧都有联动勾选框,也可直接点击内容整组选择,支持不连续选择 - 勾选框会在长内容滚动时吸附在页面上,到当前问题或回答末尾再移出 - 可复制图片、下载 PNG 或 Markdown - 保留 Markdown、代码块、表格、图片和工具调用摘要 - 可调整图片宽度和字号,长图支持滚动预览 - 可勾选“不展示过程”,只保留提问和最终回答 性能测试:日常聊天仅保留分享按钮等轻量开销;选择处理和图片生成只在使用分享功能时启动,并针对多轮对话做了优化。 ## 快速安装 使用 DSH CLI 把插件加入 Web Profile,然后重启 `dsh web`: ```sh dsh plugin --profile web add dsh-share ``` ## 其他安装方式 安装指定的 GitHub 版本: ```sh dsh plugin --profile web add github:hellodigua/dsh-share#vX.Y.Z ``` 安装本地源码: ```sh dsh plugin --profile web add /absolute/path/to/dsh-share ``` 修改源码后,先运行 `corepack pnpm build`,再使用 `dsh plugin --profile web add --force /absolute/path/to/dsh-share` 刷新插件。 ## 开发 项目不依赖本机 DSH checkout 即可安装依赖、运行测试和构建: ```sh corepack pnpm install --frozen-lockfile corepack pnpm typecheck corepack pnpm test corepack pnpm build ``` 也可以用一条命令执行完整检查: ```sh corepack pnpm verify ``` `lib/` 是 DSH 直接加载的交付物,需要和源码一起提交。修改 `src/` 后,请重新构建并确认 `li

Read the full READMERepository license: MIT

dsh-share DSH plugin questions

How do I install dsh-share?

Use the DSH CLI to add the plugin to your Web profile. Run: `dsh plugin --profile web add dsh-share`. Then restart `dsh web`. You can also install a specific GitHub version or from a local path.

Can I export only part of a conversation?

Yes. You can enter selection mode and uncheck rounds you don't want. Alternatively, click the share button on a specific round to pre-select only that round. The checkboxes support non-contiguous selection.

Why can't I copy the image?

Copying the image requires browser clipboard permission. If your browser denies the permission, you can still download the image as PNG. Check your browser's site settings to allow clipboard access.

Does dsh-share support all DeepSeek conversation features?

It preserves Markdown, code blocks, tables, images, and tool call summaries. However, remote resources that cannot be read are skipped with a transparent placeholder. Also, only fully loaded conversation rounds are selectable.

How can I customize the exported image?

After generating the image, you can adjust its width and font size. The dialog shows a preview of the long image with scrolling. There is also an option to hide intermediate steps, keeping only questions and final answers.