LeonSone/dsh-question-rail ↗★ 0
dsh-question-rail
模仿 deepseek.com 网页版右侧的问题导航条,支持悬停预览和点击平滑滚动定位。
AI 分析
核心用途是在界面右侧生成提问索引,方便快速预览和跳转到历史轮次。适合单次会话轮次极多、需要频繁前后翻阅上下文的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:LeonSone/dsh-question-rail说明文档
阅读完整 README ↗Usage
Once installed, a narrow strip of ticks appears along the right edge of an active chat conversation:
| Interaction | Behavior |
|---|---|
| Move mouse near the right edge | The strip widens, revealing each round's question as a single line (12px, right-aligned, trailing tick). |
| Hover a single question | A detail box appears on the left showing the full question text (scrollable up to 50vh). |
| Click a question | The chat scrolls smoothly to that turn and flashes a highlight ring. |
| Switch to 轨迹 / 上下文 / Design / PPT | The rail hides instantly (chat-view gate). |
| Empty / home screen | Nothing renders. |