dsh-md-notes
MD 笔记插件:侧边栏笔记管理入口(列表/编辑/预览)+ 回答下方记入笔记,笔记存于工作区 .dsh-notes/
AI 분석
核心用途是在DSH中快速记录、整理和预览Markdown笔记。适合需要在对话过程中随时记录灵感、整理知识点的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:XieZongChen/dsh-md-notesConfiguration
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
| Key | Default | Meaning |
|---|---|---|
route | /plugins/md-notes | HTTP 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.