Jordan Hoff
Jordan Hoff
Is it possible for the plugin to simply use a debounce method? As long as there has been input in the last 300ms ( or whatever configured value the user...
With a proper debounce, it shouldn't matter if you redraw the whole document. I suspect that people aren't typing markdown so quickly that they need the preview to update faster...
Little late to the party, but this does actually work. It's just a little finicky. See my example .sublime-project below. Three things in order for this to take effect -...