AI Agent Hub
Back to plugins
🖥️

dsh-markdown-preview

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install GitHubJiKe/dsh-markdown-preview

Paste the following prompt into your AI chat to install this plugin:

In DeepSeek Harness, run the command 'dsh plugin install GitHubJiKe/dsh-markdown-preview' to install this plugin, with the full source address at https://github.com/GitHubJiKe/dsh-markdown-preview.

About this plugin

When using DeepSeek Harness Web, the default behavior of clicking a produced-file chip hands the file to the system's default application, such as opening code files with Xcode on macOS, which disrupts the workflow. The dsh-markdown-preview plugin addresses this by taking over the produced-files row and rendering file previews inline in the conversation, eliminating the need to switch applications or open new tabs.

The plugin offers comprehensive preview capabilities. Markdown files are rendered server-side with markdown-it, supporting GFM tables, fenced code blocks, and syntax highlighting via highlight.js; images including PNG, JPEG, GIF, WebP, and SVG are displayed inline; code files across 40+ extensions (e.g., .json, .js, .py) are presented in a dark editor-style view with full syntax highlighting; and other text files fall back to plain text. Additional features include a fullscreen viewer, theme-aware panels that follow DSH's light/dark modes, and security measures like file size caps and HTML escaping for safe, efficient previews.

This plugin is ideal for all DeepSeek Harness users, particularly developers, data scientists, and content creators who frequently handle generated code, documents, or images. By integrating previews directly into the chat interface, it enhances productivity, allowing users to stay focused on their tasks without constant context switching.

Use Cases

  • Click on a produced-file chip in DeepSeek Harness Web to preview content inline in the conversation.
  • Quickly view rendered Markdown documents, including tables and code blocks.
  • Preview code files like JSON or Python with syntax highlighting and a dark editor view.

Best For

  • Regular users of DeepSeek Harness who need to frequently preview generated files.
  • Developers handling code files and wanting efficient viewing.
  • Content creators editing Markdown documents and checking formatting.