Scribe and Word: A docx-Bridged Round-Trip Review Workflow
Editors, collaborators, and publishers often only accept Word (or equivalents). This piece explains the docx bridge between Scribe and Word, version control across review rounds, and when to leave Word and come back to the Markdown side.
Scribe and Word: A docx-Bridged Round-Trip Review Workflow
No matter what an author uses to write, Microsoft Word remains, in 2026, the most common “intermediate format” in publishing and editing workflows. Acquiring editors, line editors, literary agents, co-authors, traditional publishers’ internal review processes — most still treat .docx as the lingua franca. Even if you’ve written in Markdown for years, even if you plan to self-publish and skip traditional channels, the moment your pipeline involves another person, docx is hard to avoid. “Word” in this piece also covers comparable tools that can read and write docx — LibreOffice Writer, Apple Pages, Google Docs, WPS — their collaboration model and the limits of docx are shared.

Catalpas Atelier Scribe doesn’t aim to replace Word, and isn’t trying to go head-to-head with Word’s collaboration features. In this pipeline Scribe owns “the author side: prose and finished book,” and Word, on the editor’s side, owns “comments, revisions, walking the process.” The two sides exchange the manuscript via docx. The question isn’t “which tool” — it’s “when do I hand the manuscript to docx, and when do I pull it back.”
The Reality: Collaborators Only Accept docx
For independent authors, accepting this is cheaper than fighting it. Even when the editor you work with is technically inclined and could in principle read Markdown, by the time you’re actually in the review phase, what they need isn’t reading capability — it’s the entire Track Changes + Comments collaboration ritual built around Word. Markdown has no equally mature visual review system. CriticMarkup-style markers can work inside a small circle, but they can’t deliver “I want my acquiring editor to read through all of my book’s revisions within two hours.”
So the realistic workflow usually looks like this: you write the body in Scribe, organize chapters, and make local revisions; when the manuscript needs a review pass, you export a docx; the other person works through it in Word (or LibreOffice, Pages, Google Docs) with Track Changes and comments, then sends it back; you return to Scribe and “translate” their revisions back into the body. Each round trip comes with a format conversion, so the question becomes: how do you make that conversion as cheap as possible.
The docx Bridge: What Crosses Over, What Gets Lost
When Scribe exports a docx (and when you pull a revised docx from someone else back into Scribe), the fate of several kinds of content is worth knowing in advance.
Structure and chapter headings stay relatively faithful — the Heading 1 / Heading 2 mapping is stable on both sides. That means when someone reorders chapters or renames headings in Word, Scribe will pick that up on return.
Body paragraphs and basic formatting (bold, italic, blockquotes) also survive the round trip. But paragraph spacing, line height, and font size are properties Scribe’s project-level typesetting controls — they shouldn’t be hand-tweaked in docx. Once they are, they’ll either be overridden by Scribe’s typesetting on return or create local inconsistencies. When you hand over the docx, tell the editor explicitly: “Please only change text and structure — typesetting is unified on my side.”
Track Changes is the most valuable thing in this pipeline — it tells you exactly which paragraph was edited, what was added, what was deleted, by whom, and when. On the Scribe side, keep the returned docx as a “reference file,” step through the revisions one by one, decide accept/reject, and manually apply them inside Scribe. Don’t try to auto-merge — no tool right now preserves track changes losslessly across a Markdown ↔ docx round trip, and the few minutes you save up front won’t cover the time you’ll spend troubleshooting later.
Comments are similar — treat the docx comments as a “to-do list” on the Scribe side, work through them, edit the prose in Scribe, and archive the original docx when done. Comments don’t need to — and shouldn’t — live in the Scribe project alongside the body.
What gets lost: complex tables, embedded objects (formulas, charts, SmartArt), text boxes, custom styles. Most fiction manuscripts don’t use these. If you’re writing nonfiction with lots of figures, you’ll need to agree with the editor up front: “leave figures alone for now, review the prose only,” to avoid re-inserting figures every round.
Version Control Across Review Rounds
When you’re doing two or three rounds of round-trip review, file naming and archiving matter more than they look. One reliable approach:
- When exporting from Scribe to the editor:
bookname_v0.3_to-editor_20XX-MM-DD.docx - When the editor sends it back:
bookname_v0.3_from-editor_20XX-MM-DD.docx - After you finish processing, bump the version in the Scribe project to
v0.4and start the next round
The point isn’t pretty filenames — it’s that at any moment you can answer “what version does the editor have right now?” and “is there version drift between us?” The latest version of the prose always lives in the Scribe project — outgoing docx files are snapshots, incoming docx files are feedback-bearing snapshots, but neither is the source of truth.
Second rule: when the editor’s return arrives, don’t dive into Scribe right away. Read through the returned docx first, make a judgment on every revision and comment (accept / reject / discuss), then bring the decisions back into Scribe in a batch. This is much faster than “read docx and edit Scribe at the same time,” and it cuts down on version drift.
When to Leave the Word Side: Knowledge Settles Back into Markdown
One last decision point: when should you stop going through the docx bridge?
If you’re self-publishing and currently still in the personal-draft stage, you don’t need the first round at all — write through to the end in Scribe, reread yourself, revise, ship EPUB and print PDF. docx is only worth its cost when you “need another person to look at the manuscript and accept their changes.”
If you’ve already done two or three rounds of substantive and copyediting review, the final lock-down stage should fully return to the Scribe side: from here on, every change happens only inside the Scribe project, no more “send another docx for someone to sign off on.” Each round trip introduces a little formatting and typesetting risk, and at pre-print stage there’s no reason to keep taking it.
When should you skip Word entirely? When the collaborator themselves accepts Markdown collaboration (a small number of technical-leaning editors, tight-knit co-writing groups) and doesn’t rely on the Track Changes ritual — at that point you can communicate changes via git diff or Scribe’s built-in version comparison, lighter than docx round trips. But assess the other person’s actual habits honestly. Don’t let “I wish they used Markdown” override “this is actually how they work.”
Open Scribe to see how it pairs with your editor’s / collaborator’s docx workflow →
You might also want to read
- The Scribe collaboration hub — the entry point for workflows with other writing, note-taking, and review tools
- Scribe versus Microsoft Word: side-by-side comparison — if you’d rather start from a tool comparison