npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

dsh-sticky-notes

v1.0.1

Published

Sticky notes plugin for DeepSeek Harness — quick notes with colored labels, pin, timed reminders, and password protection. / 泡泡猫的即时便签 — 在 DSH 随时记录事情,支持彩色标签、置顶、定时提醒和密码保护。

Readme

dsh-sticky-notes 📝

English | 中文


English

Sticky notes plugin for DeepSeek Harness. Record anything anytime, right inside DSH.

Features

  • 🎨 Three color labels — each with a specific purpose:
    • 🔴 Red (Urgent / 急) — tasks and notifications; auto-pops a time picker after adding
    • 🔵 Blue (Normal / 常) — everyday reminders, saved instantly
    • 🟡 Yellow (Important / 重) — password-protected notes; content hidden until the correct 3-digit PIN is entered
  • ⏰ Timed reminders — set a future reminder; bell animation + sound when it fires
  • 📌 Pin to top — keep important notes visible
  • 🔒 Two-layer password protection:
    • Warehouse password — required every time you enter the notes warehouse (Settings → Sticky Notes); a one-time 3-digit PIN saved in browser localStorage
    • Per-note password — each yellow note has its own 3-digit PIN; others can't read the content
  • 🖱️ Draggable popup — position persists across close/reopen
  • ⚡ Zero-latency — local optimistic updates, no visible delay when adding/editing

Install

dsh plugin --profile web add dsh-sticky-notes

Then refresh your browser page. No restart needed.

Usage

  1. Click the 📝 button in the composer tool row (left side, next to the + button)
  2. The sticky notes popup opens — type a note and press Enter or click "Add"
  3. Pick a color: 🔴 Red / 🔵 Blue / 🟡 Yellow
  4. Red notes prompt for a reminder time; Yellow notes prompt for a 3-digit PIN
  5. View all notes in Settings → 📝 泡泡猫的即时便签

Architecture

  • Host: HTTP API at /api/paopaocat-notes (via webServer.register), data persisted to /dsh/paopaocat-notes.json
  • Client: React components in __ModuleLoader__ bundle, UI registered via slots.inject
  • Compatible with both Web and Desktop DSH profiles

License

MIT


中文

DeepSeek Harness 的便签插件。随时记录,打开即用。

功能特点

  • 🎨 三种彩色标签 — 每种有特定用途:
    • 🔴 红色(急) — 通知和任务;添加后自动弹出时间选择器
    • 🔵 蓝色(常) — 平常提醒,即刻保存
    • 🟡 黄色(重) — 密码保护的便签;输入正确三位数密码才能查看内容
  • ⏰ 定时提醒 — 设置未来时间提醒;到时间后铃铛动画 + 蜂鸣音
  • 📌 置顶 — 重要便签置顶显示
  • 🔒 双层密码保护:
    • 库房密码 — 每次进入设置页面的便签库房时需要输入,三位数 PIN 码保存在浏览器 localStorage 中
    • 单条密码 — 每条黄色便签有独立的三位数密码,别人看不到内容
  • 🖱️ 可拖拽弹窗 — 位置跨次关闭/打开保持
  • ⚡ 零延迟 — 本地乐观更新,添加便签无感知延迟

安装

dsh plugin --profile web add dsh-sticky-notes

安装后刷新浏览器页面即可,无需重启。

使用方法

  1. 点击对话框工具栏左侧的 📝 按钮
  2. 弹出便签窗口 — 输入内容后按回车或点击"添加"
  3. 选择颜色:🔴 红色 / 🔵 蓝色 / 🟡 黄色
  4. 红色便签自动弹出时间选择器设置提醒;黄色便签自动弹出密码设置
  5. 在 设置 → 📝 泡泡猫的即时便签 查看所有便签

技术架构

  • Host 端:HTTP API /api/paopaocat-notes(通过 webServer.register 注册),数据持久化到 /dsh/paopaocat-notes.json
  • Client 端:__ModuleLoader__ 格式的 React 组件,UI 通过 slots.inject 注册
  • 兼容 Web 和 Desktop 版 DSH

许可证

MIT