3.3 megabytes. That’s the whole download for a markdown editor that landed on r/PromptEngineering yesterday, and it’s already pulling stars just for the size alone.
The creator, Redditor u/-Shiphrah, built a tool called MarkPad after getting fed up with the usual options. Every editor out there had a catch. Paid, locked to one platform, too heavy for what it does, or stuck showing raw syntax instead of the actual document.
MarkPad fixes all four problems in one small package. No account needed. No sync servers. No subscription. Just a free, open source app you download and open, and it runs on both Mac and Windows.
The Twist
Here’s what makes this one worth a second look. Most markdown tools force a tradeoff: you either get a clean reading view or you get speed, rarely both. MarkPad’s split pane shows your formatted document right next to your typing. It does that in a footprint smaller than a single high res photo.
One commenter in the thread compared it directly to a certain popular note-taking app and got politely called out for missing the point. MarkPad isn’t trying to be a knowledge base or a second brain. It’s trying to be the fastest way to write and preview markdown without waiting on a heavy shell to boot.
That’s a narrower goal, and narrow goals tend to ship lighter software. When a tool does one thing, it can strip out everything that doesn’t serve that thing. No plugin marketplace, no theme store, no cloud dashboard nagging you to sign in.
Two other Redditors backed that up directly. One said the split pane is clean with no unnecessary features cluttering things up. Another said they were searching for something light that doesn’t get in the way of creativity. Both starred the repo on the spot.
How It Stacks Up Against the Usual Picks
Typora does the live preview thing well but it’s paid software, and that alone rules it out for anyone who just wants a quick editor. VS Code with a markdown extension works, but you’re carrying an entire code editor around for a text file. Obsidian is powerful, but it’s built for a personal knowledge base with linked notes, graphs, and plugins, not a quick open-and-write session.
MarkPad skips all of that setup. There’s no vault to configure, no extension to hunt down, no license key to enter. You open the app and you’re already writing, which is the exact gap the original poster said they kept running into.
How to Try It
- 📝 Head to the MarkPad GitHub Pages site and grab the build for Mac or Windows.
- ⬇️ Install it. No account creation screen, no email capture, no onboarding tour to click through.
- 👀 Open a markdown file, or start a new one, and watch the split pane render live as you type.
- ✅ Close it when you’re done. Nothing syncs, nothing phones home, nothing to manage.
That’s the entire workflow. Four steps and you’re writing, which is honestly rare for a piece of software these days.
Pro Tips
If you’re evaluating lightweight tools for your writing stack, weigh MarkPad against your actual habit first. If you need version history, tags, or a searchable archive of thousands of notes, this isn’t that. If you just need to write and preview markdown fast, this is exactly that.
Check the GitHub repo before you build a daily workflow around it. Early open source tools move fast, and knowing whether it’s actively maintained tells you whether it’s safe to rely on for real work.
Compare the split pane approach to whatever you’re using right now. A lot of markdown pain comes from tools that show you either raw syntax or a rendered preview, never both at once. If your current tool makes you toggle between modes to check formatting, that friction disappears here.
Keep an eye on the file size claim too. 3.3 MB is tiny next to Electron based editors that can run into the hundreds of megabytes for a text box with extra steps. That gap is the whole selling point in one number.
Why It’s Worth Your Attention
Prompt engineers, technical writers, and anyone drafting documentation live in markdown files all day. A lot of us reach for whatever editor is already installed and never question if there’s something faster sitting one download away.
This is a good reminder that not every problem needs a bigger app with more settings. Sometimes the fix is stripping features out until what’s left just works, and MarkPad is a clean example of that philosophy in practice.
If you write markdown daily, even just for prompt templates, quick notes, or documentation drafts, MarkPad is worth five minutes of your time. Go check out the repo, take it for a spin, and see if 3.3 megabytes was really all you needed all along 🚀
Frequently Asked Questions
Q: How does MarkPad compare to Obsidian or other complex note-taking apps?
MarkPad prioritizes simplicity and speed, it’s a lightweight markdown editor with no accounts, no sync, and no plugins. Obsidian is better if you need features like backlinking and knowledge graphs, but MarkPad wins if you want a clean, distraction-free writing tool that just works out of the box.
Q: Can MarkPad really replace my scattered text files?
Yes. Users report successfully migrating from messy desktop .txt files thanks to MarkPad’s clean split-pane interface and zero setup friction. You get a better writing experience than plain text without the overhead of larger note-taking systems.
Q: Why is MarkPad only 3.3 MB? What’s included?
The tiny file size comes from doing one thing well: markdown editing and preview. No account system, no plugin ecosystem, no cloud infrastructure, just a split pane for writing and viewing your work. This keeps it fast to download, quick to launch, and nimble overall.
Q: Does MarkPad sync to the cloud or require an account?
No. Everything stays local on your device, no cloud sync, no account, no friction. Your notes are completely private and under your control, and it works offline without any setup.
MarkPad. A lightweight Markdown editor for Mac and Windows
by u/-Shiphrah in PromptEngineering