atom / markdown-preview

📝 Markdown preview in Atom
MIT License
1.23k stars 357 forks source link

Live Update does not save position #178

Closed karai17 closed 9 years ago

karai17 commented 9 years ago

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.

mostafahussein commented 9 years ago

:+1: , I thought I am the only one who have this issue !

itamayo commented 9 years ago

Here a personal implementation : https://github.com/atom/markdown-preview/pull/193

SashaOv commented 9 years ago

+1

mostafahussein commented 9 years ago

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 .

itamayo commented 9 years ago

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); });

stevenroose commented 9 years ago

This is a major issue when working with larger Markdown documents. Please make this work!

kdelmonte commented 9 years ago

Having the same issue.

Fania commented 9 years ago

Synced scrolling would be great!

notpeelz commented 9 years ago

:+1: I'd really like to see this happen.

prashantv commented 9 years ago

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

pcarolan commented 9 years ago

I'm also having this issue on 0.199.0

ryl commented 9 years ago

+1 I'm also having this problem on 0.204.0

jarruda commented 9 years ago

Issue present in version 0.209 (markdown-preview version 0.150), OSX 10.10.3

danielvy commented 9 years ago

This issue is still present.

Atom 1.0.7 markdown-preview 0.150 Mac OSX 10.10.5

cedricvanrompay commented 8 years ago

Still present.

OS: Gnome-Ubuntu 14.04 LTS Atom: 1.8.0 Mardown-Preview: 0.158.0

JAAdrian commented 8 years ago

This issue is still not fixed and very present!

Atom 1.12.4 on Xubuntu 16.04.1 Linux Mint 18 Windows 10

SreehariRamMohan commented 6 years ago

Still Present +1 let's get this fixed!