Choosing tools · 02

MakeItMarkdown vs online converter sites

Search "docx to markdown online" and you'll find pages with an upload button. They mostly work. The comparison isn't about whether they convert — it's about what "upload" means, and about what kind of Markdown comes back.

1 · Where your file goes

An upload-based converter, by architecture, receives your document on its servers, converts it there, and serves the result back. That's not an accusation of bad faith — it's just what the design requires. The consequences are structural:

"free converter" their disk — how long? this site never leaves the tab checkable: open the network tab — zero upload requests
"Upload" is a physical claim — bytes leave. Local conversion is verifiable in your own network tab.

MakeItMarkdown's architecture makes the opposite claim, and makes it checkable: conversion is JavaScript running in your browser. Load the page once, disconnect from the internet, convert — it works, because no server was ever part of the loop. Your browser's network tab shows the same story during any conversion. (Full policy: privacy.)

🎬 Media slot — save as /assets/media/blog/fixes/03-offline-proof.mp4 · 10 s clip: DevTools network tab open → toggle Wi-Fi off → convert a file successfully. The single most persuasive privacy asset on the site. Muted, loopable.

2 · What kind of Markdown comes back

Generic converters aim at "a valid .md file". Feeding a model raises the bar in specific ways:

Typical uploader siteMakeItMarkdown
Loss reportingNone — silentFidelity report: detected counts, warnings, weighted QC score
TablesConverted if easyTyped headers, explicit truncation, ragged-row repair
Embedded imagesOften inline base64Extracted files + [Figure: …] placeholders
NotebooksRarely supportedCell addresses, dependency hints, order warnings
Output targetsOne .mdChat / RAG / Obsidian / Archive presets
Cost modelFree tier + size/paywall upsellsStatic site; no accounts, no caps

3 · When an uploader site is fine

Public documents, no confidentiality stakes, a format we don't cover yet — use whatever works. The architecture argument matters in proportion to what's in the file.

Test the claim the blunt way: load this site, turn off your Wi-Fi, and convert a file.