vim-markdown-composer icon indicating copy to clipboard operation
vim-markdown-composer copied to clipboard

[Feature Request] Dynamic Refresh Rate

Open Cutuchiqueno opened this issue 8 years ago • 0 comments

In issue #25 I argued that it would be nice to have a dynamic refresh rate instead of defining the refresh rate manually and staticly with g:markdown_composer_refresh_rate in the config.

The main reason is the fact that documents may very significantly. In my case I would have to define a very low refreshrate around 20sec for my PhD (140.000 words) that makes no sense for short documents. Thus, either I have to give up a real 'live' preview or I have to manually change refresh rate for each document I open.

Maybe it is possible to use something like response time or a quantifier for a statically defined refresh rate factor that depends on the size of the buffer?

Cutuchiqueno avatar Jun 04 '17 14:06 Cutuchiqueno