zhangzheng25/dsh-timeline
zhangzheng25★ 0TypeScript最后同步: 2026-08-14
DSH 插件:极简提问时间线——每条提问一个圆点,点击跳转,悬停预览。Minimal question timeline for DeepSeek Harness.
README 摘要
dsh-timeline 简体中文 English A minimal question timeline plugin for DeepSeek Harness: one dot per question you asked, right on the edge of the frame. Click a dot to jump straight to that message; hover to preview what you said and when. No configuration, no host dependencies, no database — everything comes from the conversation snapshot already in your browser. Features - 🎯 One dot per question — every user message gets a dot in a slim rail on the right edge of the frame - 🔵 Quiet by default — dots are gray; the highlighted dot (hovered, or the segment you are reading) turns blue. State is carried by color alone, so dots never grow and nothing can ever be clipped - 📍 Segment highlight — scrolling the chat lights the dot of the question whose segment (question + its answer) the viewport bottom is in; at the conversation's bottom the newest dot is lit by default - 📜 Full-history rail — long conversations auto-paginate ( loadOlder ) until every question in the session has a dot, not just the most recent page - 📏 Calm at any length — at most 15 dots are shown at once; older ones scroll inside the rail (hidden scrollbar), dots keep their spacing instead of compressing - 🖱 Follow-scro…
在 GitHub 查看完整 README →