Closed karai17 closed 9 years ago
:+1: , I thought I am the only one who have this issue !
Here a personal implementation : https://github.com/atom/markdown-preview/pull/193
+1
In my case i have .js not .coffee, however the repo for markdown-preview has *.coffee Note: the editor and plugin is up-to-date On Feb 11, 2015 5:44 PM, "itamayo" notifications@github.com wrote:
Here a personal implementation : #193 https://github.com/atom/markdown-preview/pull/193
— Reply to this email directly or view it on GitHub https://github.com/atom/markdown-preview/issues/178#issuecomment-73902915 .
On apm installation I think is compiled to *.js, in any case the change is more less the same:
line:153 add:
editor.onDidChangeScrollTop(function(e) {
markdownPreviewView.scrollTop(e);
});
This is a major issue when working with larger Markdown documents. Please make this work!
Having the same issue.
Synced scrolling would be great!
:+1: I'd really like to see this happen.
I'm still seeing this issue. I'm on OSX (10.10.3) and using 0.194.0
I tried safe mode (atom --safe
) and still reproduced the issue, uploaded a video here:
https://drive.google.com/file/d/0B1l0iMj29vl7VmNrajBWdThwR0U/view
I'm also having this issue on 0.199.0
+1 I'm also having this problem on 0.204.0
Issue present in version 0.209 (markdown-preview version 0.150), OSX 10.10.3
This issue is still present.
Atom 1.0.7 markdown-preview 0.150 Mac OSX 10.10.5
Still present.
OS: Gnome-Ubuntu 14.04 LTS Atom: 1.8.0 Mardown-Preview: 0.158.0
This issue is still not fixed and very present!
Atom 1.12.4 on Xubuntu 16.04.1 Linux Mint 18 Windows 10
Still Present +1 let's get this fixed!
So I am writing a Markdown file and I have live update on because live update is great. The problem is, The preview is now longer than my screen and the live update force scrolls to the top of the page instead of either staying where I scroll it to, or scrolling with the text as it grows off screen.
It gets a bit annoying to have to continuously select the preview panel and scroll down.