DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-markdown-enhance

Z

dsh-markdown-enhance

Manifest valid

A dsh(deepseek-harness) plugin to enhance markdown rendering.

UI (client)hasBundlePatch

dsh-client-ui-markdown-enhance

DeepSeek Harness Web 端的 Markdown 增强插件:为正文与思维链提供可自定义的彩色高亮,并把思维链从正文中独立出来,放到一个可拖拽的悬浮窗口中查看。

功能

  1. Markdown 彩色高亮(可开关)

    • 标题、加粗、斜体、行内代码、列表序号、引用、链接、代码块背景/边框均可自定义颜色。
    • 仅作用于助手正文(assistant-step)与思维链悬浮窗,不影响其它 UI。
  2. 思维链独立悬浮窗口(可开关)

    • 点击正文中的「Think」按钮,在固定大小(640×480)的悬浮窗口中查看对应思维链,而不是在正文中展开。
    • 再次点击同一个「Think」关闭窗口;点击另一个「Think」切换到对应思维链。
    • 窗口支持拖拽、收起、关闭;流式输出时自动跟随滚动,向上滚动即暂停跟随,点左下角「回底」一键回底并恢复跟随。
    • 思维链以 Markdown 渲染,并保持比正文略暗的样式。
    • 关闭该选项则恢复应用默认的「正文中展开」行为。

所有设置通过 localStorage 持久化,页面刷新后依然保留。

安装

# 从 GitHub 安装(推荐)
dsh plugin --profile web add github:Zydr114/dsh-markdown-enhance

# 或从本地目录安装(使用已安装的 dsh 二进制)
dsh plugin --profile web add "file:D:/AgentsWorkspace/dsh-plugin-markdown-enhance"

安装完成后重启 dsh web(插件集变更需重启才生效)。

配置

打开 设置 → Markdown 增强

  • 正文 Markdown 彩色高亮:开关 + 9 个颜色选择器。
  • 思维链悬浮窗口:开关。

目录结构

package.json        插件清单(dsh.client + dsh.bundle)
cordis.patch.yml    向 web profile 插入客户端插件行
lib/index.js        node 半(空实现)
lib/client.js        浏览器半(__ModuleLoader__ 插件包)

说明

  • 本插件为纯客户端(浏览器)插件,无 node 侧逻辑。
  • 浏览器半以手写 window.__ModuleLoader__.load 产物形式提供,未经过 tsdown 构建;安装后请实测验证。
  • 移除插件:dsh plugin --profile web remove dsh-client-ui-markdown-enhance

Comments

Loading…

Similar plugins

dshget-plugin

by bobby-sheng

Search, inspect, update, and install DeepSeek Harness plugins from DSH Get.

Tools & CapabilitiesManifest valid

0

MIT

JavaScript

Aug 19, 2026

dsh plugin --profile web add dshget-plugin

by rangdl

DSH(DeepSeek Harness)功能增强插件

Manifest valid

0

TypeScript

Sep 1, 2026

dsh plugin --profile web add dsh-all-enhance

by magian1127

DeepSeek Harness (DSH) plugin: A comprehensive enhancement plugin with UI polish, layout tweaks, prompt injection, and more. 综合性增强插件,界面优化、布局调整与提示词注入等更多功能。

UI & ExperienceTerminal & ClientsManifest valid

28

626/wk

MIT

TypeScript

Sep 13, 2026

dsh plugin --profile web add deepseek-harness-zh_pro

by TheYoungChen

DeepSeek Harness plugin market - browse, search & install dsh-plugin topic plugins (dsh 插件市场:浏览/搜索/安装插件)

Manifest valid

4

137/wk

MIT

JavaScript

Sep 20, 2026

dsh plugin --profile web add dsh-plugin-market

by xjackzenvey

Deepseek Harness 增强工具

Manifest valid

0

MIT

TypeScript

Aug 14, 2026

dsh plugin --profile web add dsh-ui-enhance

by jwilson411

A minimal, tested template for DeepSeek Harness plugins.

Manifest valid

0

MIT

JavaScript

Sep 1, 2026

dsh plugin --profile web add dsh-plugin-kit