DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Markdown Link Preview — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
M

dsh-markdown-link-preview

Markdown Link Preview

Open same-origin Markdown output links inside DSH Better Sidebar instead of an external app.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:Lukeknow0/dsh-markdown-link-preview#75e18033ba3b2551cf3d9b3d53a5290e5cd6073a
READMECompatibilityVersions

Compatibility and provenance

Markdown Link Preview is published as dsh-markdown-link-preview and currently resolves to version 0.1.3. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/20/2026

Versions

0.1.3stable
9/20/2026
0.1.2stable
9/18/2026

Related plugins

Loading related plugins…

Latest
0.1.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/20/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundle

README

DSH Markdown Link Preview

让 DSH 聊天消息中的同源 .md 输出文件直接在 DSH Better Sidebar 中渲染,而不是唤起系统默认 App。

功能

  • 捕获聊天区中指向同源 Markdown 文件的普通左键点击。
  • 每个文档在侧边栏中开独立标签,可并排阅读多个输出。
  • GitHub Flavored Markdown、代码块、表格、图片与相对链接渲染。
  • marked 输出经 DOMPurify 清洗;仅接管与 DSH 页面同源的 HTTP(S) URL。
  • Cmd/Ctrl 点击、右键、新窗口操作完全保留原始浏览器行为。

安装

前提:已安装并启用 dsh-better-sidebar。

dsh plugin --profile web add github:Lukeknow0/dsh-markdown-link-preview

重启或刷新 DSH Web 后,直接点击聊天中的 .md 输出文件即可预览。

开发

npm install
npm test
npm run build
npm pack --dry-run

安全边界

插件不会接管跨域链接、file:、data: 或 javascript: URL。Markdown HTML 在渲染前会被 DOMPurify 清洗。该插件不上传文档内容,也不增加任何远程服务。

贡献

欢迎提交 Issue / PR。若它解决了你在 DSH 里阅读产出文档的痛点,欢迎点一个 Star ⭐。

License

MIT