
XieZongChen/dsh-md-notes
30最近提交 2026年8月15日
dsh-md-notes DSH 插件
dsh-md-notes 在 DSH web 侧边栏增加“MD Notes”入口,并在每个助手回答旁添加“添加到笔记”操作。笔记以纯文本 .md 文件形式存储在本地文件系统,可用任意编辑器直接修改。界面语言跟随 DSH 设置(中文/英文)。
如何安装 dsh-md-notes DSH 插件
dsh plugin --profile web add dsh-md-notes复制不会执行命令。安装 dsh-md-notes DSH 插件前请核对仓库和版本。
dsh-md-notes DSH 插件数据来源
dsh-md-notes DSH 插件快照日期:2026年8月16日
discovered
dsh-md-notes DSH 插件能做什么
- 侧边栏笔记管理器,支持列表、编辑和预览
- 一键将助手回答添加到笔记,附带时间戳章节
- 笔记存储为纯文本 .md 文件,可直接在文件系统上编辑
- 界面语言自动匹配 DSH 的语言设置(中文/英文)
- 可通过插件配置修改笔记存储目录
dsh-md-notes DSH 插件适合哪些场景
- 保存 DSH 对话中的重要回答,方便后续查阅
- 将多个对话片段组合成个人知识库
- 在外部编辑器(如 VS Code)中编辑笔记,保持同步
- 不离开聊天界面快速捕获当前助手回答
- 与团队成员共享笔记目录,实现协作笔记
dsh-md-notes DSH 插件适合谁
- 偏好本地文件化笔记、无需数据库或云的 DSH web 用户
- 看重纯文本 .md 可移植性和直接文件访问的开发者或笔记爱好者
dsh-md-notes DSH 插件的限制
- 需要 DSH CLI 且仅支持 web profile,其他 profile 不可用
- 笔记仅存储在本地,无内置云同步或共享功能
- 安装或升级后需要重启 DSH web 才能生效
- 插件版本为 0.2.0(早期阶段),稳定性可能有限
dsh-md-notes DSH 插件的仓库 README 摘录
以下文字摘自 dsh-md-notes DSH 插件的上游仓库 XieZongChen/dsh-md-notes 的 README,版权归原作者,仅作引用。
DSH third-party plugin (bundle): <b>MD Notes Manager</b> <br /> <a href="docs/features.md">Features</a> · <a href="docs/architecture.md">Architecture</a> · <a href="CHANGELOG.md">Changelog</a> </p> --- ## Overview A note-taking plugin for [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) (DSH). It adds an **MD Notes** entry to the web sidebar and a **"Add to note"** action to every assistant answer, so you can capture conversations into plain `.md` files that stay editable anywhere. **Who it's for**: DSH web users who want local, file-based notes (no database, no cloud) — copy a conversation into a note with one click, then keep editing the `.md` file in any editor. - **Sidebar notes entry** → notes manager (list + edit/preview) - **Assistant-message action** (next to the copy button) → append that conversation to a note - Notes are stored as plain `.md` files, editable directly on the filesystem - UI copy follows dsh's language setting (Chinese / English) ## Compatibility - **Plugin version**: 0.2.0 (see [CHANGELOG.md](CHANGELOG.md) for history). - **Requires**: the `dsh` CLI (with the `plugin` subcommand) and the `web` profile. - **Last verified**: 20
阅读完整 README仓库未声明许可,使用前请先与作者确认。
dsh-md-notes DSH 插件常见问题
如何安装 dsh-md-notes?
在终端中执行 `dsh plugin --profile web add dsh-md-notes`。确保已安装 dsh CLI 且目标 profile 为 'web'。安装完成后,需要重启 DSH web 才能让插件生效。
笔记存在哪里?
笔记以纯文本 .md 文件形式存储在配置的 root 目录中,默认是 `<cwd>/.dsh-notes/`。你可以在插件配置中修改 `root` 键来更改目录。每个笔记对应一个 .md 文件,同时有一个 `meta.json` 文件记录标题和更新时间。
我可以在 DSH 之外编辑笔记吗?
可以。笔记是本地文件系统上的纯文本 .md 文件,你可以用任何文本编辑器(如 VS Code、记事本)打开和编辑。外部修改的内容在刷新 DSH 笔记管理器后会同步显示。
插件会向外部服务器发送数据吗?
不会。插件仅通过本地回环 HTTP API 在浏览器和本地 DSH 服务器之间通信,不进行任何外部网络调用,也不收集遥测数据或凭证。
安装或升级后为什么没有变化?
DSH 进程会缓存 bundle 层和客户端元数据,因此必须重启 DSH web(停止并重新启动服务器)才能使更改生效。如果图标未更新,可能还需要对页面进行硬刷新。