flyhigao/dsh-sticky-notes ↗★ 0
dsh-sticky-notes
DeepSeek Harness 工作区便签插件,支持在当前工作区保存多个 Markdown 便签。
AI 分析
核心用途是在会话中快速记录、编辑和保存 Markdown 格式的便签。适合需要在当前工作区(dsh-notes/ 目录)持久化记录项目备忘或临时文本的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:flyhigao/dsh-sticky-notes说明文档
阅读完整 README ↗使用
- 打开一个会话。
- 点击会话头部右侧的便签图标。
- 在弹窗中:
- 左侧:便签列表。
- 右侧:标题输入框 + 正文编辑区。
- 底部:新建、删除、保存。
- 保存后,便签会立即写入当前工作区的
dsh-notes/目录。