lianginx/dsh-quote-selection ↗★ 0
dsh-quote-selection
DSH 网页端插件:选择对话文本并将其作为 Markdown 块引用快速引用到输入框中。
AI 分析
核心用途是简化对话内容的引用操作。适合在交流中需要针对 AI 历史回复的特定片段进行针对性追问或讨论的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lianginx/dsh-quote-selection说明文档
阅读完整 README ↗Usage
-
Select some text in any assistant reply;
-
Click the floating ❝ 引用 button;
-
The composer now holds:
> The quoted first line > > The second linewith the caret on the line below — start typing your question;
-
Select other text and quote again: the new block joins with exactly one blank line between quotes.
Uninstall / upgrade
dsh plugin --profile web remove dsh-quote-selection
dsh plugin --profile web update dsh-quote-selection