timedomain1/dsh-mermaid-renderer

timedomain1★ 0JavaScript最后同步: 2026-08-21

在 GitHub 打开

Render Mermaid diagrams in the DeepSeek Harness web chat — repeatable zoom, fullscreen viewer, beautify defaults.

README 摘要

dsh-mermaid-renderer English 中文 A DeepSeek Harness (dsh) web plugin that renders Mermaid code blocks in the chat as diagram cards. Supports flowchart / graph / sequenceDiagram / classDiagram / stateDiagram / erDiagram / journey / gantt / pie / mindmap / timeline / C4Context / gitGraph and more. Features - bash From GitHub (recommended — works today; one command, no manual download) dsh plugin --profile web add git+https://github.com/timedomain1/dsh-mermaid-renderer.git Or from npm (after publishing) dsh plugin --profile web add dsh-mermaid-renderer Or from a local checkout dsh plugin --profile web add file:/path/to/dsh-mermaid-renderer mermaid code block in the chat. dsh plugin forwards to pnpm and adds this package (it declares dsh.bundle.patch ) to the web profile's bundle layer automatically. Without pnpm you can install manually: place this package directory at $DSH HOME/profiles/web/node modules/dsh-mermaid-renderer/ and append "dsh-mermaid-renderer" to dsh.profile.bundles in $DSH HOME/profiles/web/package.json . Uninstall Then restart dsh web . Manual installs: delete the node modules directory above and remove the bundles entry. Compatibility & dependencies - Browser half: z…

在 GitHub 查看完整 README →
工具/开发cordisdeepseek-harnessdshdsh-pluginmermaidplugin

分类