DSH HUB
HomePlugin StorePlugin PacksCommunityRankingsResourcesPublish Guide
Plugin source
Back to catalog

hufang360 /

hufang360/dsh-sticky-notes

Verified

This plugin has no description yet.

★ 1 Stars0 Forks0 IssuesN/A Community rating0 Confirmed installs
View on GitHub
READMESource: main@bbe19308

dsh-sticky-notes — 便签(DSH Web 客户端插件)

记下想法和待办,然后让agent落盘!

dsh-sticky-notes 封面

浮在 DeepSeek Harness Web 界面上的便签,记录文字、待办和图片,可拖拽、缩放、折叠、归档。并能绑定到某个会话,单独记录下单个会话未完成的内容。

功能预览

功能截图 1 功能截图 2 功能截图 3

安装

# 方式一:从 GitHub 安装(无需构建授权,纯 JS)
dsh plugin --profile web add github:hufang360/dsh-sticky-notes

# 方式二:tarball(把 sticky-notes-1.1.0.tgz 放到当前目录)
dsh plugin --profile web add ./sticky-notes-1.1.0.tgz

安装完成后硬刷新浏览器(macOS Cmd+Shift+R)。便签入口出现在侧边栏底部、设置按钮上方。

本包是标准 dsh bundle:自带 cordis.patch.yml(声明 dsh.bundle),dsh plugin add 一条命令即可完成依赖 + 层注册。

数据与存储

  • 便签、偏好与设置存于浏览器 localStorage:
    • dsh.web.sticky-notes.v5.notes(便签数组)
    • dsh.web.sticky-notes.v5.prefs(hidden / entryPos)
    • dsh.web.sticky-notes.v5.settings(设置面板过滤)
  • 图片以压缩后的 DataURL 存储。
  • 数据仅在浏览器本地,不同设备 / 浏览器之间不同步。

注意:更换webui端口,或访问地址从 localhost:3080 和 127.0.0.1:3080 将看不到以前的数据,因为他们是单独记录的

开发与打包

node --check lib/client.js   # 语法检查
git commit -am "..."         # 常规提交
pnpm pack                    # 产出 sticky-notes-<version>.tgz
npm publish                  # (可选)发布到 npm
  • lib/client.js — 唯一逻辑文件(浏览器 bundle)。
  • lib/index.js — host 侧 no-op 入口。
  • cordis.patch.yml — bundle 的 patch 层(注册 sticky-notes 插件行)。

License

MIT

—/ 5

No ratings yet

Verified DSH bundle

Commit bbe19308bed4

Community comments

No comments yet. Be the first to write one.

DSH HUB

A community index for DSH plugins. Not an official GitHub or DeepSeek AI product.

CommunityResourcesAPIAbout