For AI agents: the complete documentation index is available at https://a3s-lab.github.io/Office/docs/0.1.0/llms.txt, the full documentation bundle is available at https://a3s-lab.github.io/Office/docs/0.1.0/llms-full.txt, and this page is available as Markdown at https://a3s-lab.github.io/Office/docs/0.1.0/index.md.

A3S Office 0.1.0 文档

这是 A3S Office 0.1.0 的冻结文档索引,提供本版本可用的 API、接入步骤和工程参考。

从这里开始

你的目标推荐入口
在项目中接入编辑器快速开始
查看 React、Vue 与 Web Component 用法组件接入
配置某一种编辑器编辑器 API
增加自定义操作或 TipTap Extension扩展机制
让编码智能体读取或修改 Office 文件CLI 与 Skill

编辑器组件

文件类型组件核心实现
文档DocumentEditorTipTap / ProseMirror 与 A3S Office 排版内核
MarkdownMarkdownEditorTipTap 可视化编辑与受控 Markdown 源码
表格SpreadsheetEditor表格交互与 A3S Office 计算内核
演示文稿PresentationEditor场景图与按需加载的 TipTap 文本编辑
PDFPdfViewerPDFium WebAssembly 渲染与批注控制器

npm 包名是 @a3s-lab/office。它提供类型化核心模型、React 组件、Vue 绑定、Web Component 和统一样式。

文档语言与版本

页面顶部可以切换简体中文或 English,也可以在 latest 与已发布版本之间 切换。搜索只返回当前版本、当前语言的结果,避免把不同版本的 API 混在一起。