Skip to content

Releases: artisticat1/obsidian-latex-suite

1.7.1

23 Apr 23:41
Compare
Choose a tag to compare
  • 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

09 Apr 21:39
Compare
Choose a tag to compare
  • 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

04 Mar 23:33
Compare
Choose a tag to compare
  • Conceal \tilde{x}
  • Add default snippets for \tilde

1.6.12

19 Feb 14:57
Compare
Choose a tag to compare
  • Conceal _\text{} (text in subscripts) (#96)
  • Conceal \middle (#114)
  • Fix conceal of \gets (#116)
  • Added default snippets "+-" -> \pm and "-+" -> \mp

1.6.11

14 Jan 14:22
Compare
Choose a tag to compare
  • The plugin will no longer behave erratically when an error occurs when expanding a snippet
  • Added "tab" to default word delimiters

1.6.10

28 Dec 17:38
Compare
Choose a tag to compare
  • Conceal \underline
  • Conceal \boldsymbol{greek letter}
  • Fixed conceal of \rightarrow
  • Fixed \infty getting concealed as inf∞ (#101)
  • Added snippets:
    • "text" -> \text{}
    • "xvec" -> \vec{x}
    • "xund" -> \underline{x}
    • "greek,." -> \boldsymbol{greek letter}
    • "ox" -> \otimes
    • "o+" -> \oplus
  • Added "$" and "+" to word delimiters
  • Fixed error when expanding some snippets (e.g. "outp psi_j")

1.6.9

20 Dec 16:47
Compare
Choose a tag to compare
  • Fixed "Cmd+Z" not working on Mac (#99)
  • Improved color of matching bracket highlights

1.6.8

11 Dec 17:12
Compare
Choose a tag to compare
  • Fixed not being able to load snippets from a folder (#95)
  • Removed "to" from ${SYMBOL}. Introduced a new snippet variable called ${SHORT_SYMBOL}, shorthand for to|pm|mp (addresses #91)

1.6.7

26 Nov 20:41
Compare
Choose a tag to compare
  • Snippets with longer triggers are matched against before snippets with shorter triggers. (#89)
    e.g. typing "lim" will trigger the snippet for "lim" instead of "im"
    No need to manually set the priority of longer snippets anymore.
  • Added "vert" to conceal

1.6.6

19 Nov 15:30
Compare
Choose a tag to compare
  • Added \text{abc} to conceal (#85)
  • Fixed single-letter snippets at beginning of document causing plugin to crash (#86)