Why use this obsidian to word converter?
Every variant on markdowntodoc runs the same battle-tested conversion engine in your browser — these are the specific reasons writers and developers pick obsidian to word as their go-to workflow.
Feature 1
Wikilinks ([[Note Name]] and [[Note Name|alias]]) become plain-text links in Word — the link target is preserved as the display text, with no broken Word hyperlinks
Feature 2
Obsidian callouts (> [!note], > [!warning], > [!tip], etc.) become styled Word blockquotes with the type label preserved
Feature 3
YAML frontmatter at the top of each note is automatically detected and skipped, so the Word document starts at the actual content
Feature 4
Obsidian-style highlights (==text==) become bold runs in Word (closest available emphasis)
Feature 5
Standard code blocks (```language) stay monospaced and language-tagged in the output
Feature 6
Embedded images and external images (including Obsidian's /app/ hosted URLs) download and embed as real Word inline images via the image proxy
How to obsidian to word in 3 steps
- Paste or type your Markdown. Use the editor above. You can paste content copied from Notion, GitHub, Obsidian, Typora, or write Markdown from scratch.
- Preview the output. The right panel renders a live preview of how your Markdown will look once converted to a Word document.
- Click “Convert to Word”. A valid
document.docxfile is generated in your browser and downloaded to your device. Open it in Microsoft Word, Google Docs, or any compatible editor.
Frequently asked questions
How do I get an Obsidian note out of the app for conversion?
Three options. (1) Open the note in Obsidian, press Ctrl/Cmd + A to select all, then Ctrl/Cmd + C to copy, and paste into the editor above. (2) In Obsidian, open the File Explorer, right-click the note, choose 'Open in default app' (or use 'Reveal in folder explorer'), then open the .md file in any text editor and copy its contents. (3) Use a community plugin like 'Obsidian Export' or 'Better Export PDF' to export the whole note as Markdown.
What happens to [[wikilinks]] in the output?
Wikilinks are converted to plain text in Word. For [[Note Name]], the link becomes the string 'Note Name'. For [[Note Name|Display Text]], the display text is used. The target note is not embedded, since the recipient does not have your vault — but the readable name is preserved, so the document still makes sense. If you want the wikilink target to be a clickable Word hyperlink, you can edit the note before converting to replace [[link]] with [link](https://example.com).
What about YAML frontmatter (the block at the top with ---)?
The converter detects the --- delimited frontmatter at the top of the note and skips it automatically. So tags, aliases, creation dates, and other metadata stay in the original .md file but do not appear in the Word document. If you want a specific frontmatter field to appear in Word (for example, a 'title' field as a Word heading), let us know and we can add an option for that.
Does it work with Obsidian Callouts?
Yes. Obsidian callouts use a > [!type] syntax (e.g., > [!warning] Caution). The converter turns these into styled Word blockquotes with the type label preserved at the top, so a > [!tip] callout becomes a 'TIP:' blockquote in Word. The visual distinction is preserved without requiring Word's built-in callout feature.
What about Dataview queries, Canvas files, and Templater output?
Dataview queries (the inline ```dataview blocks) export as their rendered output at the time of copy — they do not re-execute. Canvas files (.canvas, which are JSON) are not Markdown and cannot be converted directly; export the canvas to a Markdown file first using the 'Export to Markdown' option in Obsidian. Templater output is just Markdown text and converts the same as any other note.
Can I convert my whole vault at once?
The current version converts one note at a time. For a vault of 5–50 notes, repeat the copy-paste cycle for each. For very large vaults (hundreds of notes), the related 'markdown-to-word-bulk' converter when it ships will support batch mode. As a workaround for now, you can use a community plugin to export all notes to Markdown, then process each file individually.
Will Obsidian tags (#tag-name) appear in the document?
Tags are preserved as inline text — a #project-name tag in your note appears as '#project-name' in the Word document. If you want tags stripped, search-and-replace '#' in the editor above before clicking Convert to Word. The converter does not currently auto-strip tags, but the text remains readable.
Start converting your Markdown to Word now
Scroll back up, paste your Markdown into the editor, and download a clean .docx in seconds. markdowntodoc is always free, always private, and always one click away.