feat(writer): added DOCX import support - #517
Open
DikshaJadhav3110 wants to merge 3 commits into
Open
Conversation
Contributor
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains. Reviews (3): Last reviewed commit: "revert(writer): keep Create tab behaviou..." | Re-trigger Greptile |
Member
|
Try to add demos instead of a long PR description. It would make it much easier to review the PR.
|
Collaborator
Author
|
Thanks for the feedback @BreadGenie. I've added a demo video to the PR so the changes are easier to review, and I'll keep future PR descriptions more concise as well. |
DikshaJadhav3110
force-pushed
the
feat/writer-docx-import
branch
from
August 11, 2026 07:31
0bd627c to
0ea2d25
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds Import → DOCX support to Writer, allowing users to import Word (
.docx) documents directly into the editor.If the current document is empty, the imported content replaces it. Otherwise, the content is imported into a new tab to avoid overwriting existing work.
Closes #516
Implementation
suite.writer.api.embed.addAPI, reusing the same upload flow as the editor.Verification
Verified manually by importing multiple
.docxfiles containing:Also verified that:
Notes
Screen.Recording.2026-08-07.at.1.24.02.PM.mov