Hacker News new | ask | show | jobs
Show HN: Mdts – Serve Local Markdown Directory with a File Tree UI (github.com)
1 points by unhappychoice 332 days ago
Hi HN,

I built a simple CLI tool called `mdts` (Markdown Tree Server) that serves Markdown files from a local directory with a web-based interface.

Key features: - File tree navigation in the browser - Instant preview of Markdown content - Zero configuration: run a single command and it opens in your browser

It's useful for browsing local notes, documentation, or any Markdown-based wiki structure.

GitHub: https://github.com/unhappychoice/mdts Demo screenshot: https://github.com/unhappychoice/mdts/blob/main/docs/screens...