Skip to content

Markdown Preview 0.0.21

Choose a tag to compare

@mfauzaan mfauzaan released this 11 May 12:59
· 161 commits to main since this release
a5f0120

The table of contents now follows your reading position, the Project Navigator reacts to folder changes, and code blocks are easier to copy.

Added

  • Table of contents scrollspy. The outline highlights the heading currently in view while you scroll, keeps click-selected headings stable, and resumes tracking naturally on the next scroll (#101).
  • Live Project Navigator updates. The navigator watches visible folders for Markdown file additions, renames, and deletes, updating the sidebar without reopening the document (#101).
  • Copy buttons for code blocks. Fenced code blocks now expose a hover-revealed Copy button that stays pinned while horizontally scrolling long snippets, writes through the native pasteboard bridge, and provides accessible copied-state feedback (#102).

Fixed

  • Project Navigator root stays stable. Opening a deeper file from the navigator no longer narrows the root folder unexpectedly; opening an unrelated file still resets the navigator to the new folder (#101).

Contributors

Thanks to the external contributor who shipped in this release:

  • @luuccaaaa — table of contents scrollspy, live Project Navigator updates, and stable navigator roots (#101)