Markdown Preview 0.0.11
Homebrew install path and stronger default-handler claims for Markdown files.
Added
- Install via Homebrew.
brew install --cask pluk-inc/tap/markdown-previewis now the primary install method; the DMG remains as a fallback. The release script auto-bumps the pluk-inc/homebrew-tap cask (version + sha256) after each successfulamore release, so brew users pick up new versions on the same cadence as direct downloads.
Fixed
- Markdown Preview now wins as the default
.mdhandler on more setups.LSHandlerRankfor the standard markdown UTI was promoted fromDefaulttoOwner, so LaunchServices prefers Markdown Preview over apps that only assert a weaker claim. Users who previously had to set "Always Open With" by hand should pick the app up automatically after a fresh install. - Long-tail markdown extensions are now claimed uncontested.
.mdown,.mkd,.mkdn,.mdwn,.mdtxt, and.mdtextare exported under app-private UTIs (doc.md-preview.*) that conform tonet.daringfireball.markdown. Because no other app declares UTIs in that namespace, LaunchServices has no competing candidate for these files and Markdown Preview opens them without requiring user intervention.