Quick sticky notes on the composer toolbar: jot ideas or TODOs, auto-saved as Markdown, one click to send into the chat.
Install
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:Meredith2328/dsh-sticky-note
GitHub-sourced plugins run build scripts on your machine at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
左下角便签:随手记点子 / 感想 / TODO,实时保存到归档目录,清单 + 悬浮归档。

✨ 功能
- 📝 随手记:编辑框工具栏上的便签按钮,点击弹出便签面板
- 💾 自动保存:按设定间隔(10 秒 / 1 分钟 / 5 分钟)自动落盘,
Ctrl+S立即保存 - 🏷️ 三分类:点子 / 感想 / TODO,快捷键
Ctrl+Shift+1/2/3切换 - 📤 一键发送:便签内容直接发给当前对话(或追加到输入框)
- 📋 历史便签:分组清单 + 展开收起,双击查看、单击预备发送
- ✏️ 可编辑:历史便签可二次编辑保存
- 📌 选择保留:标记保留的便签不会被自动清除(针形图标)
- 🧹 自动清除:过期未保留的文件自动删除(1 / 3 / 7 天或永久)
- 🖥️ Markdown:编辑 ↔ 实时预览(
Ctrl+Shift+V),格式化快捷键齐全 - ⚙️ 可配置:存储路径、保存间隔、清除周期、默认类别、发送方式
📦 安装
dsh plugin --profile web add dsh-sticky-note
或本地目录:
dsh plugin --profile web add file:/path/to/dsh-sticky-note
安装后重启 DSH(Web 或 Desktop)。
🗂️ 存储结构
<root>/
├── 点子/ ← 以时间戳命名的 .md 文件
├── 感想/
├── TODO/
└── 归档/ ← 归档的便签(前缀类别名)
默认根路径 ~/.dsh/sticky-notes(DSH_HOME 下),可在设置页修改。
📄 License
MIT
Links
More in this category
zhu1090093659/dsh-web-ui★ 1766
Plugin and skin collection for the DSH Web UI: task board, Git graph, right-side panel, remote mobile UI, pet, live token stats, and a skin center.
ccch1mneyyy/dsh-TUI★ 829
Claude Code-style full-screen terminal UI: pixel-whale header, live status line, and streaming thought expansion.
omdsh-dev/DSH-better-sidebar★ 705
Full sidebar workbench with file rendering and editing, terminal, Git, and subagents; third-party plugins can register new tabs.
huiliyi37/dsh-tianshu-tui★ 131
A terminal UI (TUI) for DeepSeek Harness.
omdsh-dev/dsh-at-file★ 117
Codex-style `@file` mentions: search workspace files in the composer and attach their contents to prompts.
Nagi-ovo/dsh-visualize★ 79
In-conversation generative UI: the model renders interactive HTML cards into the chat stream, with streaming preview and sandboxed rendering.