/markdown-sync-scroll

Synchronize scroll in linked Markdown views.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Overview

Warning

This plugin provides a patch to modify some private method of MarkdownView. It may not worked when you update your Obsidian version.

A simple plugin makes sync scrolling editing easier. Inspired by Synchronise the scroll position of two different files.

Usage

Just use "Link with tab..." to link two Markdown views together, they will scroll synchronously.

demo.mp4

Without Plugin:

original.mp4

Known issues

  • Scroll offset will not be recalculated after a tab unlink and then link to a tab which is already linked with another tab.