ashthespy / Atom-LaTeX

The only LaTeX package you need for typesetting with Atom.
https://atom.io/packages/atom-latex
MIT License
22 stars 9 forks source link

Automatically disable the panel #157

Closed BigfootN closed 6 years ago

BigfootN commented 6 years ago

Hello,

When I edit a .tex file, the panel is automatically enabled. Is there a way to disable it definitely without having to do it manually every time ?

Thank you very much in advance.

ashthespy commented 6 years ago

Hi,

There is no elegant way to do this right now, I will add an option in the next version :-)

BigfootN commented 6 years ago

Thank you very much for your answer

gilbertohasnofb commented 3 years ago

@ashthespy would it be possible to add this option to the package's Settings menu as a checkbox option? That makes it much easier for users to enable/disable it as opposed to having to manually edit your config.cson

ashthespy commented 3 years ago

@gilbertohasnofb Don't personally think it's worth the effort. It takes 10 seconds to copy paste it into your config.cson.. But your welcome to open up PR..

gilbertohasnofb commented 3 years ago

I know this is a minor thing that takes only a few seconds to copy and paste, but you need to know that this option exists in the first place. I think new users might appreciate the toggle box. I opened a PR here: https://github.com/ashthespy/Atom-LaTeX/pull/262