Markdownia: browse and share your Obsidian notes
github.comยท21hยท
Discuss: r/ObsidianMD
Flag this post

Markdown Explorer

Markdown Explorer is a full-stack reference application for browsing a secure Markdown knowledge base.

The Express backend authenticates users, indexes .md files inside the /content directory, and exposes JWT-protected endpoints for tree browsing, file previews, search, and health checks. The Vue 3 + Vite frontend delivers a dark-themed dashboard with real-time search, an expandable file tree, and Markdown rendering powered by marked, DOMPurify, and Tailwind Typography.


๐Ÿ“ฆ Project Structure

project/
โ”œโ”€ backend/        # Express API, JWT auth, markdown indexer
โ”œโ”€ frontend/       # Vue 3 + Vite UI with TailwindCSS
โ”œโ”€ content/        # Markdown documents (watched by backend)
โ”œโ”€ .env.example    # Sample configuration
โ”œโ”€ Dockerfile      #...

Similar Posts

Loading similar posts...