Obsidian to Word (.docx) — convert notes cleanly

Obsidian stores everything as plain markdown, which is great until you need to hand a note to someone in Word. Paste the note here and get a properly formatted .docx instead of raw markdown text.

MARKDOWN
PREVIEW

Quarterly Report

Here's a quick summary of the results with a table and some code.

Region Revenue Growth
North $42,000 +12%
South $31,500 +4%
West $58,200 +21%

Notes

  • Tables stay tables.
  • Code blocks keep their formatting:
def greet(name):
    return f"Hello, {name}!"

Nothing is uploaded — this runs entirely in your browser.

No signup. No upload. No watermark.Need batch convert & branding? Get Pro →
Tables preservedCode blocks formattedPrivate — runs in your browserFree — no account

Standard markdown — headings, lists, tables, code fences, bold and italic — all convert. (Obsidian-specific syntax like wikilinks and embeds will appear as plain text, since those are not standard markdown.)

The conversion is fully local to your browser, so your vault content is never uploaded.

More converters