Releases: hulryung/markdown-prism
v0.4.4
v0.4.3
What's New
- Open Recent menu — File > Open Recent shows recently opened documents (up to 10), with a Clear Menu option
- Internal hash links — Clicking
[Section](#section-name)style links now scrolls to the target heading. Headers get GitHub-compatible slug IDs with unicode support and duplicate handling. - Table of Contents in welcome page — The default welcome document now includes a TOC demonstrating internal hash links
Install
Homebrew
brew install --cask hulryung/tap/markdown-prism
Manual
Download MarkdownPrism-0.4.3.dmg, open it, and drag Markdown Prism to Applications.
v0.4.2
What's New
- Search & Replace — Cmd+F to find, Cmd+G/Cmd+Shift+G to navigate, Cmd+Option+F for find & replace. Highlights in both editor and preview panes.
- Regex search — Toggle the
.*button for pattern matching with capture group replacement ($1, $2) - Save on close — Prompts to save unsaved changes when closing the window or quitting the app
- GitHub-matching table rendering — Content width updated to 1012px, matching GitHub's layout. Tables use GitHub's exact CSS for natural word-wrapping and scrollbar behavior.
- Full-width toggle — Toolbar button to switch between 1012px and full preview pane width (persisted)
- HTML rendering with DOMPurify — Supports
<details>/<summary>and other safe HTML tags while blocking scripts and iframes
Install
Homebrew
brew install --cask hulryung/tap/markdown-prism
Manual
Download MarkdownPrism-0.4.2.dmg, open it, and drag Markdown Prism to Applications.
Signed and notarized with Apple Developer ID.
v0.4.1
What's New
- Zoom support — Zoom in/out with Cmd+/Cmd- keyboard shortcuts, toolbar buttons, and Cmd+0 to reset. Zoom level persists across sessions.
Install
Homebrew
brew install --cask hulryung/tap/markdown-prism
Manual
Download MarkdownPrism-0.4.1.dmg, open it, and drag Markdown Prism to Applications.
Signed and notarized with Apple Developer ID.
v0.4.0
What's New
- Emoji shortcode rendering — Support for emoji shortcodes like 😄, 🚀, 🌐 via markdown-it-emoji plugin
- Command-line file opening — Open files directly via MarkdownPrism /path/to/file.md
Install
Homebrew
brew install --cask hulryung/tap/markdown-prism
Manual
Download MarkdownPrism-0.4.0.dmg, open it, and drag Markdown Prism to Applications.
Signed and notarized with Apple Developer ID.
v0.3.0
What's New
- Link handling in preview — Click external links to open in browser, click relative .md links to open in the app
- Proper app behavior via SPM — Dock icon, menu bar, and Cmd+Tab support when running via swift run
- App icon for SPM builds — Bundled AppIcon.png loaded at runtime
Install
Homebrew
brew install --cask hulryung/tap/markdown-prism
Manual
Download MarkdownPrism-0.3.0.dmg, open it, and drag Markdown Prism to Applications.
Signed and notarized with Apple Developer ID.
v0.2.0
Markdown Prism v0.1.0
Markdown Prism v0.1.0
Initial release.
Features
- Split-pane Markdown editor with live preview
- GFM support (tables, task lists, strikethrough, autolinks)
- Syntax highlighting (180+ languages)
- LaTeX math rendering (KaTeX)
- Mermaid diagrams
- Quick Look extension for Finder
- File watching with auto-refresh
- Dark mode support
Requirements
- macOS 14.0+
Install
Download MarkdownPrism-0.1.0.dmg, open it, and drag to Applications.
Signed and notarized with Apple Developer ID.