banttethai-ops/dsh-right-editor ↗★ 0
dsh-right-editor
DSH web plugin: a right-docked file panel that browses any directory and views/edits text, images (brightness/contrast/grayscale/rotate/flip), and Office/PDF documents (.docx/.xlsx/.pptx/.pdf via local Python).
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:banttethai-ops/dsh-right-editor说明文档
阅读完整 README ↗🚀 使用说明
- 进入任意会话,在顶部标题栏右侧点击 📝 按钮打开右侧编辑面板;
- 面板从当前会话工作区开始,可点目录进入、点文件打开;
- 文本:直接编辑,点「💾 保存」或按
Ctrl+S; - 图片:用滑块调整亮度/对比度、勾选灰度、旋转/翻转,点「💾 保存」写回;
- Word/Excel:点「✏️ 编辑」进入编辑态,改完后点「💾 保存」;PPT/PDF 为只读预览;
- 路径栏支持输入任意绝对路径回车跳转,或点 ⬆ 返回上级目录。
⚙️ 配置
| 键 | 默认 | 说明 |
|---|---|---|
pythonCommand | python | 用于解析 Office/PDF 的 Python 可执行文件;Windows 上找不到 python 时会自动尝试 py |
在 cordis.patch.yml 的插件行 config 下覆盖。