Word to Obsidian Markdown

Convert a Word DOCX file into Markdown that is easier to place inside an Obsidian vault.

General Markdown with clean headings, links, lists, and tables.

Runs in your browser
No document text in analytics
Copy or download Markdown

Markdown output

0 characters · 0 words · 0 lines

Word-like input to clean Markdown

Before

Product Launch Notes
Owner: Product Team

Goals
1. Publish the new integration guide.
2. Add links to the support playbook.

Status table
Task | Owner | State
Docs | Maya | Ready
Screenshots | DevRel | Needs review

After

# Product Launch Notes

**Owner:** Product Team

## Goals

1. Publish the new integration guide.
2. Add links to the support playbook.

## Status table

| Task | Owner | State |
| --- | --- | --- |
| Docs | Maya | Ready |
| Screenshots | DevRel | Needs review |

Import Word notes into an Obsidian vault

Convert the DOCX file, download the Markdown, then place the .md file inside your vault. If the document includes images, keep the extracted image folder beside the note or adjust the paths for your vault structure.

Before importing

  • Use headings in Word so Obsidian can show a useful outline.
  • Review tables because Markdown tables do not support merged cells.
  • Rename images and folders before moving them into long-term notes.

Clean Markdown before linking notes

After conversion, remove extra blank lines, fix image paths, and add Obsidian wikilinks manually where you want notes to connect.

Frequently asked questions

Can Obsidian open Word .docx files directly?+

Obsidian works best with Markdown files. Convert the DOCX to Markdown first, then move the .md file into your vault.

Will Word links become Obsidian wikilinks?+

No. Standard links can be preserved as Markdown links, but Obsidian-style wikilinks need to be added after conversion.

Are Word files uploaded to a server?+

The converter is designed to process DOCX files in your browser. Analytics events never include file names, document text, or converted Markdown.

Can it convert old .doc files?+

The first version supports .docx files. For older .doc files, open them in Word, Google Docs, or LibreOffice and save a .docx copy first.

Will the Markdown look exactly like the Word file?+

No. The converter prioritizes clean semantic Markdown over exact visual layout, so spacing, fonts, and page-specific styling are simplified.