Skip to content

Markdown Preview 0.0.6

Choose a tag to compare

@mfauzaan mfauzaan released this 02 May 12:39
· 184 commits to main since this release
468d9e0

Toolbar, banner, and table-of-contents polish.

  • Search field collapses to a magnifying-glass button in narrow windows. When the toolbar is too tight to fit the expanded search field, it now folds into an icon-only button matching the rest of the toolbar instead of being clipped.
  • Open With toolbar item shows the resolved editor. When a default Markdown editor is set, the toolbar item now reads "Open in " as both label and tooltip, and the menu lists apps by their Finder display name without the .app suffix. The chosen editor's location is also remembered alongside its bundle ID, so launches still resolve when the bundle ID is unavailable.
  • Folder-access banner no longer clips text on macOS 15. The banner now advertises a fixed height to the titlebar accessory so descenders in the message label aren't cut off, and the redundant top/bottom separators are hidden on macOS 15 (where AppKit already draws system ones).
  • Folder-access banner stays until access is granted. Removed the dismiss button so the prompt no longer disappears when accidentally clicked — it now goes away only after you grant read access to the folder.
  • TOC clicks scroll headings below the toolbar. Jumping to a heading from the sidebar now accounts for the toolbar height plus a small breathing margin, so the target heading lands in view instead of behind the toolbar.
  • Share toolbar button is the right size. The share item no longer renders an oversized icon next to the other toolbar buttons.