DSH | dsh-pptx-editor | Edit PowerPoint presentations through conversation #6854
yunfeizhu
started this conversation in
Show Your Plugins!
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
English
Project and source ·
1.0.0 release ·
npm package · Usage
What it does
Send a
.pptxattachment in a DSH Web conversation. The presentation opens inthe right sidebar, where you can use the full editor or ask the Agent to change
it. For example:
Version 1.0.0 supports slide creation and management, text and paragraph
formatting, element alignment, shapes, tables, six chart types, uploaded images,
and undo/redo. Changes appear directly without an extra apply-confirmation step.
Editor example from a synthetic presentation used in browser regression.
Install
With Node 24 and a configured DeepSeek Harness:
Save open documents before restarting an existing DSH service. Open DSH's login
URL in Chrome or Edge. This is a prebuilt bundle; users do not need to build the
plugin or configure a separate model key. Tested with DSH CLI
0.1.5-rc.1,public DSH packages
0.1.5-rc.2, andpptx-react-viewer3.19.2.DSH integration and current boundaries
The plugin registers a native sidebar tab and conversation tools through DSH's
public plugin APIs. Sent PPTX attachments open through the admitted-message
feed; the editor and Agent share the same document and undo history. It uses the
model selected in the DSH conversation. No DSH source patch is required.
recovery copy; it does not overwrite the original file.
text and structured data read by tools can reach the configured model
provider.
PPTX on the right.”
exposed to conversation. Imported charts and complex formatting have explicit
capability limits.
Bug reports and reproducible examples are welcome in the
issue tracker. Please use
a synthetic or anonymized presentation rather than private content.
简体中文
项目与源码 ·
1.0.0 版本 ·
npm 包 · 使用说明
能做什么
在 DSH Web 对话中发送一个
.pptx附件,演示文稿会在右侧打开。既可以使用完整编辑器,也可以直接向 Agent 提出修改需求,例如:
1.0.0
支持新增和管理幻灯片、文字与段落格式、元素对齐、形状、表格、六类图表、上传的图片,以及撤销与重做。修改会直接显示,无需额外点击确认应用。
编辑器示例:浏览器回归测试使用的合成演示文稿。
安装
先安装 Node 24 并配置 DeepSeek Harness:
如果 DSH 已在运行,请先保存文稿再重启。在 Chrome 或 Edge 中打开 DSH 输出的登录链接。安装包包含构建产物,不需要用户自行构建,也不需要单独配置模型密钥。已测试 DSH
CLI
0.1.5-rc.1、DSH 公开插件包0.1.5-rc.2和pptx-react-viewer3.19.2。如何接入 DSH,以及当前边界
插件通过 DSH 公开插件接口注册右侧页签和对话工具,在附件消息被接收后打开 PPTX。编辑器与 Agent 共用当前文稿和撤销历史,使用 DSH 对话中选定的模型,无需修改 DSH 源码。
欢迎在 Issues
反馈问题和可复现示例。请使用合成或脱敏文稿,避免提交私人内容。
All reactions