niku / markdown-preview-eww

Realtime markdown preview by eww
MIT License
119 stars 14 forks source link

The idle hook doesn't run repeatedly #19

Open rswarbrick-argon opened 6 years ago

rswarbrick-argon commented 6 years ago

I think the call to run-with-idle-timer needs "t" as its second argument to make sure we call markdown-preview-eww--do-convert repeatedly rather than just once.

rswarbrick-argon commented 6 years ago

This turns out to be harder than I thought, but I think I've implemented what's needed. See pull request #20 .