MarkEdit-app/MarkEdit

Just like TextEdit on Mac but dedicated to Markdown.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 44 minutes ago
Added to GitGenius on September 12th, 2026
Created on February 5th, 2023
Open Issues & Pull Requests: 2 (+0)
GitHub issues: Enabled
Number of forks: 244
Total Stargazers: 5,648 (+0)
Total Subscribers: 24 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.7 hours
Mean response time: 5.3 hours
90th percentile: 10.4 hours
Tracked items: 231

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 14% of issues opened in the past year have been closed. Three people close 92% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 2
Closed in 7 days: 2
Avg open age: 0 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 1
Closed in 7 days: 2
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

Detailed Description

MarkEdit is a free and open-source Markdown editor for macOS that combines the simplicity of TextEdit with dedicated Markdown support.

MarkEdit addresses the tension between editor bloat and performance by building a lightweight application that handles large files efficiently. The tool uses CodeMirror 6 for complex editing features like multi-caret editing and code folding, ensuring correctness through strict adherence to the GitHub Flavored Markdown specification rather than proprietary syntax. The native macOS interface preserves familiar behaviors including force-touch word lookup, inline predictions, and Writing Tools, while the 4 MB installer size keeps the application lean compared to Electron-based alternatives.

MarkEdit suits developers and writers who work on macOS and want a focused Markdown editor without unnecessary features or data collection. It performs well on large files, handling 10 MB documents with ease, which distinguishes it from TextKit-based editors that struggle at scale. The tool is extensible through CSS, JavaScript, and CodeMirror extensions, with official extensions providing preview panes, custom theming, and AI writing assistance. Those prioritizing native macOS integration and privacy will find this approach more aligned with their needs than performance-first editors built with other technologies that sacrifice native features.

The project maintains active development with regular updates distributed through both GitHub releases and Homebrew. The maintainers engage with the community through a Mastodon account and provide comprehensive documentation including philosophy and design rationale pages. The codebase is written in Swift and TypeScript, reflecting the native macOS implementation paired with web-based editor components.