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 Now23A **fast**, native macOS markdown editor.45## Features67- Live side-by-side preview8- Syntax highlighting9- GPU-accelerated rendering1011```rust12fn 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