shime / livedown

Live Markdown previews for your favorite editor.
MIT License
765 stars 51 forks source link

livedown doesn't detect / refresh changes after first file update #16

Closed amontalenti closed 6 years ago

amontalenti commented 8 years ago

I have a small nuisance of an issue. I use livedown with vim-livedown on Ubuntu 14.04. I have version 1.0.8 installed. Though livedown opens on my Markdown file fine and shows it in a browser window, it only live-refreshes the browser window upon the first change to the file. Every change after the first does not live-refresh the browser, but instead requires me to refresh my browser window. That said, once manually refreshed, the changes on-disk are reflected. Let me know if there is any way I can provide more debugging information for this.

amontalenti commented 7 years ago

FWIW, this is still an issue for me. Not sure what's up with this. How can I help debug it?

shime commented 7 years ago

That sucks. Any errors in the browser's console?

niftylettuce commented 6 years ago

@amontalenti what does your vim config look like for this? do you still use this?

amontalenti commented 6 years ago

@shime @niftylettuce I'm running shime/vim-livedown at commit e2ea003. I just upgraded livedown using npm install -g livedown. After this upgrade, this issue seems to resolved. Closing this issue.

phcerdan commented 5 years ago

Umm, I am hitting exactly the same issue.

It refreshes the browser only after the first write. Then nothing.

Tested with firefox and chrome as default browsers, same behaviour.