XieZongChen/dsh-md-notes8

dsh-md-notes

MD笔记插件:提供侧边栏笔记管理入口(列表/编辑/预览),支持将回答直接记入本地.dsh-notes/目录。

AI 分析

核心用途是在DSH中快速记录、整理和预览Markdown笔记。适合需要在对话过程中随时记录灵感、整理知识点的用户。

包名
dsh-md-notes
版本
0.3.0
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:XieZongChen/dsh-md-notes

Configuration

All options are plugin Config keys, overridable in the profile's cordis.patch.yml (a patch replaces the whole config of the row):

- id: md-notes
  config:
    route: '/plugins/md-notes'   # HTTP API prefix; default is fine
    gitMode: 'off'               # 'off' | 'shared' | 'own'
    gitAutoPull: true            # pull remote before opening a note
KeyDefaultMeaning
route/plugins/md-notesHTTP API prefix served by the plugin; also hosts the icon at /icon.svg.

There are no environment variables and no secrets in this plugin's configuration.