JetBrains/jewel

Markdown: synchronize scrolling between editor and preview

Opened this issue · 0 comments

We support one-directional scrolling in JCEF. When you scroll markdown sources so that the topmost visible line contains, say, the 3rd list item, the preview should be scrolled accordingly so that the same item is shown at the top of the preview frame.

We don't support it backwards (scroll the editor according to preview position), though, so that's out of scope for the time being.