Shrbuz/dsh-web-notes0

dsh-web-notes

Floating notes for the dsh web GUI: keep commands, credentials, parameter values and other important snippets at hand while working, insert any note straight into the composer, and save any selected text (e.g. from an AI answer) as a note with one click

包名
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.