Office Word
@ap666/office-word is a Vue 3 and Tiptap 3 based document-style rich text editor component designed to provide an online-document editing experience while keeping business-side integration flexible.
Suitable Scenarios
- Embed a ready-to-use rich text editor into a business system
- Export content as PDF, image, HTML, or print output
- Keep upload logic fully controlled by the business layer
- Preserve outline, preview, presentation, and print experiences
- Support multi-user collaboration with Yjs
Main Capabilities
- Rich text editing
- Document-style layout
- Preview mode
- PDF / image / HTML / print export
- Image, video, file, and local file block insertion
- Optional Yjs collaboration
Reading Order
- Start with Getting Started
- If you need multi-user editing, read Collaboration
- Then read API
- Finally check Demo and Playground