XieZongChen/dsh-md-notes8

dsh-md-notes

MD 笔记插件:侧边栏笔记管理入口(列表/编辑/预览)+ 回答下方记入笔记,笔记存于工作区 .dsh-notes/

AI Analysis

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

Package
dsh-md-notes
Version
0.3.0
License
MIT
Last updated
Aug 16, 2026

Install

$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.