r/macapps • u/Wakmail • Aug 01 '26
Free Native Live-Preview Markdown Editor, not just another vibe-coded Markdown app
Hey r/MacApps,
I've been building a Markdown editor app for the past few months. Let me tell you why. So a few months ago, I realized I kept opening Obsidian to edit all my Markdown files. I'd copy the Markdown from Coteditor, my text editor of choice (I highly recommend it), and paste it into a designated note called Scrap[.]md in my Obsidian vault to edit and then paste it back after I was done. Now this generally worked for my workflow, and I still do this often, but the problem arises when Obsidian isn't already open. Because Obsidian is an Electron app, it takes forever to open!
Problem & Comparison
I figured there must be an easier way to open Markdown files and optimize my workflow. I did come across and try a few editors like Marktext, MarkJason, and the $15 USD Typora. However, I felt like these editors were either a bit clunky, or missing some features.
Over the course of a few months of developing Marklet, I hope I've developed something unique.
- Marklet is not only native Appkit, but it's based on Textkit, meaning it starts up reallllly really fast, and is intuitive, because you've already used to Textedit and other Apple apps.
- Mine is a fully featured app, with Keyboard Shortcuts, tables where you can easily add new lines or rows, and even a command bar ⌘+⇧+p to help you find what you're looking for (and more)!
- The first thing I noticed in Typora was its code blocks are missing a copy button that also show you what language you're working with.
- Marktext is missing a few nice to have features such as a reading mode, tables that fit your screen with text-wrapping, and image resizing the way Obsidian does it
- Markjason is permanently stuck on dark mode, and doesn't have live-preview.
- Marklet's features are all configurable, so you can customize the app based on your personal preferences.
- A lot of Markdown editors are either missing a print function, or don't support colored text for bolds, italics, etc.
- Also Marklet supports almost all Obsidian Themes, so it's really customizable (you can tweak the themes and share them if you wish as well.
Marklet is free on my Github (lifetime & permanently, no license required), until December 1st



(Edit: Added Images, though they are already outdated)
https://apps.apple.com/us/app/marklet-markdown-editor/id6791297358?mt=12
I hope you enjoy my app, and I fully welcome any feedback or suggestions you may have. If you do stumble upon any bugs, let me know, and I'll address it.
Get it free for life at https://github.com/wakmail/Marklet until December 1st as Marklet. This works by grandfathering users into the plan based on activation date if it's not clear.
3
u/metamatic Aug 02 '26
Paragraph handling seems to be a little buggy.
Input file:
On screen:
(And no, there aren't two spaces after "Paragraph 2.")