You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just installed it and it works very well, but going through the docs, I noticed the usage of "refresh rate" term, which means how many times per given time period something is refreshed. The higher the refresh rate, the more times the refresh is happening.
However, in the docs, the refresh rate is used synonymous to refresh timeout. Since this would cause an incompatible change because of the naming confusion present in the settings, I am creating this issue before submitting any PRs for this.
Just installed it and it works very well, but going through the docs, I noticed the usage of "refresh rate" term, which means how many times per given time period something is refreshed. The higher the refresh rate, the more times the refresh is happening.
However, in the docs, the refresh rate is used synonymous to refresh timeout. Since this would cause an incompatible change because of the naming confusion present in the settings, I am creating this issue before submitting any PRs for this.
Here is a search for "refresh rate": https://github.com/euclio/vim-markdown-composer/search?q=refresh+rate&unscoped_q=refresh+rate
I would propose to have
refresh_period
orrefresh_every
instead ofrefresh_rate
.The text was updated successfully, but these errors were encountered: