-
Notifications
You must be signed in to change notification settings - Fork 377
Open
Labels
Description
I am extremely thankful for this package! It's awesome!
I don't know much about the underlying code so I don't know how feasible this would be.
We currently have a preview_math_mode and a preview_math_scope and we can have all the math preview follow that one combination. My thought is that having the "all" mode for the inline math ("$...$") is infeasible, but previewing while typing would be great. Is it possible to have two modes with different scopes?
I.e.
"preview_math_mode1" : "all",
"preview_math_scope1" : "text.tex.latex meta.environment.math.block"
"preview_math_mode2" : "selected",
"preview_math_scope2" : "text.tex.latex meta.environment.math"
Hope that makes sense.