Bundle
dsh-sticky-note
左下角便签:随手记点子/感想/TODO,实时保存到归档目录,清单+悬浮归档
- Source
- Meredith2328
- stars
- 47 stars
- License
- MIT
- Updated
- Updated 3 days ago
Readme
# dsh-sticky-note [](https://github.com/deepseek-ai/deepseek-harness/releases) 左下角便签:随手记点子 / 感想 / TODO,实时保存到归档目录,清单 + 悬浮归档。 > 适配 DSH `0.1.0-rc.7` ~ `0.1.1-rc.2`:最低要求 `0.1.0-rc.7`(设置卡片 keyed slot 强校验),最高已验证 `0.1.1-rc.2`。  ## ✨ 功能 - 📝 **随手记**:编辑框工具栏上的便签按钮,点击弹出便签面板 - 💾 **自动保存**:按设定间隔(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` 表格骨架等 - ⚙️ **可配置**:存储路径、保存间隔、清除周期、默认类别、发送方式 ## 📦 安装 ```sh dsh plugin --profile web add dsh-sticky-note ``` 或本地目录: ```sh dsh plugin --profile web add file:/path/to/dsh-sticky-note ``` 安装后重启 DSH(Web 或 Desktop)。 **版本要求**:需要 DSH `0.1.0-rc.7` 及以上(设置卡片注册适配 keyed slot 强校验),已验证兼容至 `0.1.1-rc.2`;旧版 DSH 请使用 v0.2.1。v0.2.3 起 peerDependencies 范围放宽以覆盖 `0.1.1` 预发布系列(运行时本就兼容)。 ## 🗂️ 存储结构 ``` <root>/ ├── 点子/ ← 以时间戳命名的 .md 文件 ├── 感想/ ├── TODO/ ├── 归档/ ← 归档的便签(前缀类别名,可一键恢复) └── 已清除/ ← 自动清除的回收站(保留 30 天) ``` 默认根路径 `~/.dsh/sticky-notes`(`DSH_HOME` 下),可在设置页修改。 ## 📄 License MIT
Install
dsh plugin --profile web add github:Meredith2328/dsh-sticky-note
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install dsh-sticky-note from the hub
- This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.