Releases: Nigelw/MarkEdit-bidirectional-preview-sync
Releases · Nigelw/MarkEdit-bidirectional-preview-sync
Release list
v1.1.1
Fixed
- Fixed delayed scrolling in preview mode when clicking on sidebar items in the
Markedit-outline-sidebarextension. - Fixed issue caused by using side-by-side preview mode, the “sync scroll during” setting, and the
Markedit-outline-sidebarextension. 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
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.