Markdown Reader
readme.md
# Markdown Reader Your notes stay **on your own disk**.This reader opens them there — nothing is ever uploaded. - Open a whole folder, or just one file- Search across every file at once- Edits save back to the original `.md` [Open your folder](/app)
preview

Markdown Reader

Your notes stay on your own disk. This reader opens them there — nothing is ever uploaded.

  • Open a whole folder, or just one file
  • Search across every file at once
  • Edits save back to the original .md
Open your folderNo account, no upload, no export step.

What it does

A whole folder at once
Point it at a directory and every .md inside becomes a tab — or open single files when that is all you need. Switch between several folders without re-picking them.
Search that reads the disk
No index to build or invalidate. A worker scans every file on each query, so a result is never stale.
Edit in place
Fix a typo, restructure a table, indent a list. Changes are written back to the same file you opened.
Notes inside the Markdown
Annotations are stored as comments in the document itself, so they travel with the file into any other editor.
Diagrams and code
Mermaid diagrams render inline. Code fences are syntax-highlighted. Math and GFM tables work out of the box.
Offline, installable
It is a PWA. Install it, open .md files with it from your file manager, and use it with the network off.

Nothing to sign up for. Pick a folder and start reading.

Open your folder

Reading a folder needs the File System Access API, which today means a Chromium browser — Chrome, Edge, Brave, Arc. Elsewhere you can still open individual files.