Skip to content

Releases: Nigelw/MarkEdit-bidirectional-preview-sync

v1.1.1

Choose a tag to compare

@Nigelw Nigelw released this 24 Jul 17:01

Fixed

  • Fixed delayed scrolling in preview mode when clicking on sidebar items in the Markedit-outline-sidebar extension.
  • Fixed issue caused by using side-by-side preview mode, the “sync scroll during” setting, and the Markedit-outline-sidebar extension. Previously under these conditions, scrolling the editor caused preview mode to use smooth scrolling which feels weird and laggy in practice. Now smooth scrolling is disabled when scrolling the edit pane so the preview pane tracks it more closely.

v1.1.0

Choose a tag to compare

@Nigelw Nigelw released this 24 Jul 04:19

New

  • Added an experimental "Mirror Preview Selection" feature
    • Selecting text in the preview now also selects the matching Markdown source in the editor, so you can jump straight from spotting a mistake to fixing it.
    • This is explicitly not an attempt to progress to WYSIWYG editing, it’s simply a speedup of a common workflow.
    • This feature has quirks and limitations. See the project README.md for details.
    • Off by default; enable it from Extensions → Bidirectional Preview Sync → Experimental Features.

v1.0.3

Choose a tag to compare

@Nigelw Nigelw released this 22 Jul 18:35

1.0.3 (2026-07-22)

Improved

  • Adds a menu item for opening the release notes on GitHub.

v1.0.2

Choose a tag to compare

@Nigelw Nigelw released this 20 Jul 15:29

1.0.2 (2026-07-20)

Improved

  • Clarified the first-run setup alert so it's easier to understand how to disable MarkEdit-preview's built-in sync.

v1.0.1

Choose a tag to compare

@Nigelw Nigelw released this 19 Jul 05:58

Fixed

  • Removed obsolete settings and updated documentation

v1.0.0

Choose a tag to compare

@Nigelw Nigelw released this 19 Jul 05:22

Initial release