Shrbuz/dsh-web-notes0

dsh-web-notes

DSH Web GUI 的悬浮便签:在工作时随手记录命令、凭据、参数值等重要片段,可直接插入输入框,或一键将选中文本保存为便签。

AI 分析

核心用途是提供便捷的上下文信息暂存与输入辅助。适合频繁需要复用命令、凭据或保存 AI 回复片段的 DSH 网页端用户。

套件
dsh-web-notes
版本
0.7.1
授權
Apache-2.0
最近更新
2026年8月21日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Shrbuz/dsh-web-notes

Usage

  1. Click the notebook icon on the right edge of the chat window.
  2. Click New to write a note (title optional — defaults to the first line), or select any text on the page and click Save as note.
  3. In the note list:
    • Insert — puts the note into the input box of the current session (appended after any existing draft); press Enter to send.
    • Copy — copies title + content to the clipboard.
    • Edit / Delete — manage the note.

Notes are searchable by title, content and tags (comma-separated in the editor).

Configuration

The plugin registers a notes settings namespace and a settings card in 设置 → 插件 → 插件配置 (the namespace is also editable via ~/.dsh/settings.yaml):

notes:
  enabled: true            # master switch: false hides the dock entirely
  selectionCapture: true   # false disables the selection "Save as note" bubble
  dockMode: floating       # floating (draggable) | fixed (chat window top-right)
  buttonSize: large        # small | regular | large
  defaultGlobal: false     # new notes default to global (all sessions)

All five options are editable live in the settings card; the dock and panel pick up changes immediately.