Obsidian to Google Docs Converter
Paste a note from Obsidian and get real rich text for Google Docs, with the Markdown bold, headings, lists and links turned into actual formatting.
Detected source
Waiting for text…
Paste destination
Paste here
Ready for Google Docs
Your converted, copy-ready text appears here.
Verified for Google Docs
Copies the converted text the moment you paste or pick a destination, with no Copy click needed.Runs entirely in your browser. Your text never leaves your device.
How Obsidian maps to Google Docs
| Feature | Obsidian | Google Docs |
|---|---|---|
| Bold | **x** | bold |
| Heading | # x | heading style |
| Link | [text](url) | clickable link |
| List | - item | bullet list |
| Italic | *x* | italic |
Common gotchas
- Obsidian notes are Markdown, so this reads the **, ## and - syntax and pastes real formatting into Google Docs, not literal symbols.
- Obsidian [[wikilinks]] are vault-only, so a wikilink comes through as plain text, not a link; ==highlights== become bold, since other apps have no highlight.
- A fenced code block becomes a monospaced block in Docs and a Markdown table becomes a real Docs table, so structure survives.
- Headings map to Google Docs heading styles, so the document outline is preserved.
Frequently asked
- How do I paste Obsidian into Google Docs without the Markdown symbols?
- Paste the note here with Google Docs as the destination and copy. The **, ## and - syntax becomes real bold, headings and lists, so it lands in Docs as formatting instead of raw characters.
- Do Obsidian wikilinks work in Google Docs?
- No. [[wikilinks]] only resolve inside your Obsidian vault, so they come through as plain text. Standard [text](url) Markdown links convert to real clickable links.
- Does it keep headings and tables?
- Yes. Headings map to Google Docs heading styles and a Markdown table becomes a real table, so the structure carries over.