GPU-accelerated · macOS only

Markdown Now

A fast, native macOS markdown editor with live preview. Built with Rust and GPUI.

README.md — Markdown Now
1# Markdown Now
2
3A **fast**, native macOS markdown editor.
4
5## Features
6
7- Live side-by-side preview
8- Syntax highlighting
9- GPU-accelerated rendering
10
11```rust
12fn main() {
13 println!("Hello!");
14}
15```

Markdown Now

A fast, native macOS markdown editor.

Features

  • Live side-by-side preview
  • Syntax highlighting
  • GPU-accelerated rendering
fn main() {
println!("Hello!");
}

Live Preview

Side-by-side editing with instant rendered output as you type.

Syntax Highlighting

Code blocks rendered in monospace with distinct styling.

Dark & Light Mode

Toggle with Cmd+Shift+D. Dark by default, switch anytime.

Native macOS

GPU-accelerated via GPUI. No Electron, no web views.

Rich Text Copy

Cmd+Shift+C copies rendered HTML to your clipboard.

Keyboard Shortcuts

Native macOS key bindings for a seamless editing flow.

Open Source

Free and open source

Markdown Now is MIT licensed. The source code is available on GitHub. Contributions are welcome.

View on GitHub