A minimal Markdown editor for macOS with live inline preview no separate pane, the formatting appears directly in the text as you type (Obsidian-style).
- Live inline preview - syntax is hidden when the cursor moves away, rendered inline
- GitHub Markdown syntax supported:
- Headings H1–H6
- Bold, italic, bold+italic
- Strikethrough
- Inline code and fenced code blocks
- Blockquotes
- Unordered and ordered lists
- Task lists
- [ ]/- [x] - Tables with column alignment
- Links and images
- Horizontal rules
- Settings (⌘,) — theme (system / light / dark), font size, font family
- Open / Save files (⌘O / ⌘S)
- Download
SimpleMarkDown.dmgfrom the latest release - Open the DMG and drag the app to your Applications folder
- First launch: right-click → Open (required once to bypass macOS Gatekeeper for unsigned apps)
- macOS 14 or later
- Xcode 15 or later required
- Clone the repo
- Open
SimpleMarkDown.xcodeprojin Xcode - Press ⌘R to build and run