kevin-zx/dsh-park-notes0

dsh-park-notes

稍后说:在 AI 运行时记下想聊的话题,不打断当前对话,并在合适的时候一键带入输入框草稿

AI 分析

核心用途是提供一个临时想法暂存区,避免打断当前 AI 输出。适合在等待 AI 回复时频繁产生新灵感、需要临时记录并稍后讨论的用户。

包名
dsh-park-notes
版本
0.1.0
许可证
MIT
最近更新
2026年9月8日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kevin-zx/dsh-park-notes

Usage / 用法

  • Collapsed: 💡 稍后说 (2) — always visible, shows the pending count. / 折叠:常驻条带,显示待聊数量。
  • Expanded: the parked list, then a quick-capture input. / 展开:待聊列表 + 快捷记录框。
    • Enter records (IME-safe, Shift+Enter newline), Esc collapses. / Enter 记录(支持中文输入法,Shift+Enter 换行),Esc 收起。
    • 带入 appends a note to the composer draft (not sent) and removes it from the list; 删除 drops it; 全部带入输入框 does both at once. / 「带入」= 追加到输入框草稿(不发送)并从列表移除;「删除」直接丢弃。
  • Data lives in the browser localStorage per session (key dsh-park-notes:v1:); server restarts don't affect it. Notes written by the pre-rename dsh-idea-note build migrate automatically. / 数据存浏览器 localStorage(按会话隔离),服务器重启不影响;旧版 dsh-idea-note 的便签自动迁移。