dsh-mermaid
在 DSH 中渲染 Mermaid 流程图代码块的插件,支持图表与代码视图的快捷切换。
AI 分析
核心用途是直观展示模型生成的 Mermaid 结构图。适合经常需要模型输出流程图、架构图或时序图,并希望在聊天界面直接预览可视化图表的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:MrmoLabs/dsh-mermaid说明文档
阅读完整 README ↗Usage
Ask a model to output a Mermaid fenced code block:
```mermaid
flowchart LR
A[Code] --> B[Diagram]
```
The code block receives Diagram / Code controls and opens in diagram view by default.