Releases: artisticat1/obsidian-latex-suite
Releases · artisticat1/obsidian-latex-suite
1.7.2
- Conceal: Made selecting LaTeX source easier by concealing LaTeX source until the mouse is up.
1.7.1
- Added ability to choose key trigger for non-auto snippets (Tab or Space) (by @StrangeGirlMurph)
- Conceal
\vec{x}
- Fixed plugin sometimes breaking with Canvas
1.7.0
- Now compatible with Canvas
Other minor improvements:
- Added option to remove trailing whitespace at end of snippets when in inline math (by @StrangeGirlMurph in #136)
\tag{}
is now treated as a text environment, instead of math (by @Anti-Apple4life in #142)
1.6.13
- Conceal
\tilde{x}
- Add default snippets for
\tilde
1.6.12
1.6.11
- The plugin will no longer behave erratically when an error occurs when expanding a snippet
- Added "tab" to default word delimiters
1.6.10
- Conceal
\underline
- Conceal
\boldsymbol{greek letter}
- Fixed conceal of
\rightarrow
- Fixed
\infty
getting concealed asinf∞
(#101) - Added snippets:
- "text" ->
\text{}
- "xvec" ->
\vec{x}
- "xund" ->
\underline{x}
- "greek,." ->
\boldsymbol{greek letter}
- "ox" ->
\otimes
- "o+" ->
\oplus
- "text" ->
- Added "$" and "+" to word delimiters
- Fixed error when expanding some snippets (e.g. "outp psi_j")