Skip to content

Markdown Preview 0.0.11

Choose a tag to compare

@mfauzaan mfauzaan released this 04 May 07:01
ce262bb

Homebrew install path and stronger default-handler claims for Markdown files.

Added

  • Install via Homebrew. brew install --cask pluk-inc/tap/markdown-preview is 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 successful amore release, so brew users pick up new versions on the same cadence as direct downloads.

Fixed

  • Markdown Preview now wins as the default .md handler on more setups. LSHandlerRank for the standard markdown UTI was promoted from Default to Owner, 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 .mdtext are exported under app-private UTIs (doc.md-preview.*) that conform to net.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.