facelessuser / sublime-markdown-popups

Markdown popup dependency for Sublime
https://facelessuser.github.io/sublime-markdown-popups/
Other
112 stars 13 forks source link

Show HTML of popus in status bar. #90

Closed mauroreisvieira closed 4 years ago

mauroreisvieira commented 4 years ago

Hi, Any time hover an element in my code, that show a popup will render the HTML of this popup in status bar.

Exists any way to disabled that?

Screenshot_2020-06-25_at_10 20 06

facelessuser commented 4 years ago

mdpopups is just a wrapper around Sublime's API. It doesn't auto-popup things. If you need popups to not show up, you should disable popups in whatever plugin you are using (if they give you that option) or stop using that plugin. You can always create an issue at that plugin for them to add an option to allow disabling the popup. So this is not an issue with mdpopups, but with whatever plugin you are using.

@gir-bot remove S: triage @gir-bot add T: support