MarkdownViewer

Markdown Viewer for Obsidian

Preview Obsidian notes and .md vault files in your browser.

278 chars
You can also drop a .md, .markdown or .txt file here, or use Open file — files are read locally and never uploaded.

A note stored in an Obsidian vault.

Tasks

  • Draft the outline
  • Add references

Reference

See the Markdown guide for syntax.

Term Meaning
Vault A folder of Markdown notes
Backlink A link from another note

What is Markdown Viewer for Obsidian?

Obsidian stores every note as a plain Markdown file, which means an Obsidian vault is really a folder of .md files. That is great for portability — and it means you can inspect any note outside Obsidian by rendering its Markdown in a viewer. This is handy when you are on a machine without Obsidian, sharing a note with someone who does not use the app, or checking how a note will look before converting it for publishing.

Common Uses for Markdown Viewer for Obsidian

  • Reading an Obsidian note on a computer without the app installed
  • Checking how a note renders before publishing it as a blog post
  • Sharing a note's content with someone who does not use Obsidian
  • Reviewing exported vault notes as plain Markdown
  • Opening a single .md file from a vault to read it on a phone or a work laptop
  • Checking whether a note uses only standard Markdown before you publish or migrate it
  • Spotting wikilinks, callouts and query blocks that will break outside Obsidian

The portability advantage of plain Markdown notes

Because Obsidian keeps notes as Markdown rather than a proprietary database, your vault is not locked to the app. Any tool that reads Markdown can read your notes, from a text editor to a static site generator to a browser viewer. This is the practical difference between storing knowledge in Markdown and storing it in a cloud note service where the format is opaque and the export is lossy.

Obsidian syntax that is not Markdown

Obsidian adds several extensions on top of Markdown: wikilinks, callouts, embedded notes and query blocks. These are processed by the app, not by the Markdown spec, so a generic viewer shows them literally. When you want a note to render the same everywhere, stick to standard Markdown syntax and treat Obsidian's extras as convenience features for use inside the app.

Opening a vault note without Obsidian

An Obsidian vault is a folder, and every note in it is a .md file with the note title as its filename. To read one elsewhere: open the vault folder, locate the note file, then either open it in a text editor and paste the text into this viewer, or use the viewer's Open file control to load the .md file directly (up to 2 MB, .md/.markdown/.txt). Drag and drop works too, which is the quickest route when a file is already on screen. Nothing is uploaded, so notes with client details, credentials or personal journals stay on the machine you are reading them on.

Which Obsidian syntax survives the trip

Headings, bold and italic, ordered and unordered lists, task checkboxes, tables, fenced code blocks, blockquotes and standard [text](url) links all render exactly as they do in the app. Wikilinks ([[Note]]), transclusions (![[Note]]), callout blocks, folding headings, dataview or query blocks, and Mermaid diagrams are app features and appear as plain text. YAML frontmatter at the top of a note is usually shown as literal dashes and key/value lines, which is expected — it is metadata, not content.

Obsidian or a browser viewer?

Use Obsidian when you are working inside the vault: linking, tagging, backlinks, graph view and search all depend on the app. Use a browser viewer when the task is read-only and the app is not available — a work laptop, a phone with no synced vault, a colleague who does not use Obsidian, or a quick check of how a note will look once converted to HTML for a blog or documentation site. The two are complementary: the vault is the workspace, the viewer is the window.

Keeping notes portable

Plain Markdown is the reason a vault survives tool changes: if you ever move to another editor, a static site generator or a documentation platform, the notes remain readable text rather than a proprietary database. Checking your notes in a generic viewer is a practical portability test — any syntax that only renders inside one app is a dependency worth knowing about before you migrate a hundred notes. Run important notes through the viewer occasionally and convert app-only syntax to standard Markdown where the note's long-term value justifies it.

Frequently Asked Questions

Can I open Obsidian notes without Obsidian?
Yes. Obsidian notes are plain .md files, so open the file in any text editor, copy the contents, and paste them into this viewer to see the rendered result.
Do Obsidian-specific features render here?
Standard GitHub-flavoured Markdown renders normally. Obsidian-only extensions such as callouts, wikilinks like [[Note]] and inline dataview queries are app features, not Markdown, so they appear as plain text here. The core content — headings, lists, links, tables, code — renders correctly.
Are my notes uploaded?
No. Rendering happens locally in your browser, so private vault notes never leave your device. That is important for a personal knowledge base that may contain sensitive material.
How do I view an .md file from my Obsidian vault in a browser?
Open the vault folder on your computer — a vault is just a folder of .md files, one per note. Find the note file, open it in a text editor, and either paste the contents into the viewer or use the viewer's Open file / drag-and-drop control to load the .md file directly. Accepts .md, .markdown and .txt files up to 2 MB.
Why do [[wikilinks]] and callouts show as plain text?
Because they are not Markdown. Wikilinks, callouts (> [!note]) and query blocks are Obsidian extensions processed by the app, so generic Markdown renderers display them literally. The rest of the note — headings, bold, lists, tables, code blocks, standard links — renders normally. If you need a note to look the same everywhere, convert wikilinks to standard Markdown links first.
Does the viewer read my whole vault?
No. It renders the text you paste or the single file you open; there is no vault access, no folder scanning and no upload. Nothing is stored, so closing the tab discards everything.
Can I use this on mobile to read vault notes?
Yes. Markdown files sync to phones through any file-sync service; open the .md file with the browser viewer instead of waiting for the Obsidian app to sync. Pasting is often faster on mobile than navigating a vault folder.

More Markdown Tools

Use Cases