Skip to content

Latest commit

 

History

History
87 lines (57 loc) · 2.52 KB

File metadata and controls

87 lines (57 loc) · 2.52 KB

MarkMello

A fast, viewer-first Markdown reader for your desktop.

MarkMello opens .md files instantly and shows them cleanly. No workspace, no database, no cloud — just the document, centered on your screen.


Why it exists

Most Markdown tools assume you want an editor, a sidebar, a project tree, and twelve panels. But most of the time you just want to read a file someone sent you. MarkMello is built for that moment.

  • Cold start under a second
  • No editor initialization until you ask for it
  • Reads like a document, not a tool

Installation

Grab the latest release for your platform:

# macOS
brew install --cask markmello

# Windows (winget)
winget install MarkMello

# Linux (AppImage)
curl -LO https://markmello.app/latest.AppImage
chmod +x latest.AppImage 

After install, associate .md files with MarkMello and you're done.

Opening files

You can open a file three ways:

  1. Double-click any .md in your file manager
  2. Drag a file onto the MarkMello window
  3. Ctrl+O inside the app

Command-line also works:

markmello README.md

Reading preferences

Setting Options Default
Theme System · Light · Dark System
Font family Serif · Sans · Monospace Serif
Column width Narrow · Medium · Wide Medium
Line height 1.4 – 2.0 1.7

Changes apply instantly. No restart, no reflow jank.

Edit mode

Edit mode is deliberately behind a single action. Press Ctrl+E or click the edit glyph in the bottom bar to open a split view with the source on the left and the rendered preview on the right. The divider is draggable.

Edit mode loads lazily. Until you activate it, none of the editor subsystem is in memory.

When you leave edit mode, MarkMello returns to the clean reading view it started with.

Keyboard shortcuts

  • Ctrl+O — open file
  • Ctrl+E — toggle edit mode
  • Ctrl+, — preferences
  • Ctrl+= / Ctrl+- — zoom text
  • F11 — fullscreen reading

Principles

MarkMello is built around a small set of rules:

  1. Viewer first. Reading comes before editing, always.
  2. Instant open beats feature richness. If it slows cold start, it doesn't belong in the fast path.
  3. The document is the interface. Chrome should fade when you're not looking at it.
  4. Local-first. No account, no sync, no network requests to read a file on your disk.
  5. тест

MarkMello · v1.0 · MIT License