Skip to content

Markdown Preview 0.0.33

Choose a tag to compare

@mfauzaan mfauzaan released this 12 Jul 06:37
· 100 commits to main since this release
f2f0ec6

Markdown Preview now includes a live Markdown editor, so you can write and preview documents without switching apps.

Added

  • Live Markdown edit mode. Press ⌘E to switch between the rendered preview and an in-place editor with live preview updates, synchronized scrolling, native formatting controls, and ⌘S saving (#169).
  • Bold and italic Markdown editing. Bold and italic formatting now preserve Markdown syntax cleanly while editing, including selections and existing formatted text (#171).
  • Privacy-filtered crash reporting. Native Sentry crash reports now help diagnose release failures without collecting document contents, file paths, user information, breadcrumbs, performance traces, or session data, and can be disabled completely from the app menu.

Fixed

  • Sidebar resizing is steadier. The sidebar now keeps its intended width priority during window resizing instead of collapsing unexpectedly (#177, #179).