Skip to content
dsh-market Browse plugins GitHub 中文

Meredith2328/dsh-sticky-note

Quick sticky notes on the composer toolbar: jot ideas or TODOs, auto-saved as Markdown, one click to send into the chat.

Stars ★ 10 Category UI Enhancements Listed 2026-08-14

Install

Inside DeepSeek Harness, with dsh-market

dsh plugin --profile web add dshmarket

Or from the command line

dsh plugin --profile web add github:Meredith2328/dsh-sticky-note

Installing runs third-party code with your own permissions — it can read your files, use your credentials and reach the network. Review the source first, and pin a commit (github:owner/repo#sha) when you can.

README

This plugin publishes its README in Chinese only.

左下角便签:随手记点子 / 感想 / TODO,实时保存到归档目录,清单 + 悬浮归档。

dsh-sticky-note 示意图

✨ 功能

  • 📝 随手记:编辑框工具栏上的便签按钮,点击弹出便签面板
  • 💾 自动保存:按设定间隔(10 秒 / 1 分钟 / 5 分钟)自动落盘,Ctrl+S 立即保存
  • 🏷️ 三分类:点子 / 感想 / TODO,快捷键 Ctrl+Shift+1/2/3 切换
  • 📤 一键发送:便签内容直接发给当前对话(或追加到输入框)
  • 📋 历史便签:分组清单 + 展开收起,双击查看、单击预备发送,归档分组可一键恢复
  • ✏️ 可编辑:历史便签可二次编辑保存;外部编辑器改动后查看视图自动刷新
  • 📌 选择保留:标记保留的便签不会被自动清除(针形图标)
  • 🧹 自动清除:按最后修改时间计龄,超期未保留的先移入「已清除」回收站(保留 30 天),Host 定时触发
  • 🖥️ Markdown:编辑 ↔ 实时预览(Ctrl+Shift+V),支持表格 / 任务列表 / 删除线 / 图片
  • 🌓 深色模式:全部配色跟随 DSW 主题变量,深浅自动切换
  • ⌨️ 快捷键Esc 层层退出、Tab/Shift+Tab 缩进、Ctrl+Shift+X 删除线、Ctrl+Shift+T 任务项、Ctrl+T 表格骨架等
  • ⚙️ 可配置:存储路径、保存间隔、清除周期、默认类别、发送方式

📦 安装

dsh plugin --profile web add dsh-sticky-note

或本地目录:

dsh plugin --profile web add file:/path/to/dsh-sticky-note

安装后重启 DSH(Web 或 Desktop)。

版本要求:v0.2.2 起需要 DSH 0.1.0-rc.7 及以上(设置卡片注册适配 keyed slot 强校验);旧版 DSH 请使用 v0.2.1。

🗂️ 存储结构

<root>/
├── 点子/    ← 以时间戳命名的 .md 文件
├── 感想/
├── TODO/
├── 归档/    ← 归档的便签(前缀类别名,可一键恢复)
└── 已清除/  ← 自动清除的回收站(保留 30 天)

默认根路径 ~/.dsh/sticky-notesDSH_HOME 下),可在设置页修改。

📄 License

MIT

Content from the project README on GitHub ↗