Chi-hong22/dsh-mdbox0

@dsh-external/dsh-mdbox

DeepSeek Harness Web composer markdown editing helper: Shift+Enter list continuation with ordered-list auto-renumbering, Tab indent, and --- divider rendering

AI 분석

核心用途是优化在 DSH 网页端撰写长文本或复杂提示词的体验。适合习惯在输入框中直接编写结构化 Markdown 草稿,追求流畅编辑体验的用户。

패키지
@dsh-external/dsh-mdbox
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 13.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Chi-hong22/dsh-mdbox

Configuration

没有配置项,也没有环境变量。行为常量在 lib/client.js 顶部:

  • 列表标记:- * +1. 1)。有序块内编号强制连续,块首保持你写的起始值;
  • 缩进宽度:2 空格(Tab 缩进,Shift+Tab 反缩进);
  • MAX_DECORATE = 20000:草稿超过 20000 字符后跳过分割线等视觉装饰,按键行为不受影响;
  • 自动重编号跳过代码围栏(``` / ~~~)里的行。