Skip to content

Releases: artisticat1/obsidian-latex-suite

1.4.4

11 Sep 08:45
Compare
Choose a tag to compare
  • You can now "tab out" of brackets by typing the closing bracket (e.g. ), ], }) instead of having to press tab. (#46)
  • Added \geqslant and \leqslant to conceal. (#48)
  • "dm" is now a word boundary snippet by default.
    • This means you can type words such as "readme" without being sent into math mode.

1.4.3

04 Sep 20:21
Compare
Choose a tag to compare
  • Conceal basic fractions (½, ⅓, ⅔, ¼, ⅕, ⅖, ⅗, ⅘, ⅙, ⅚, ⅛, ⅜, ⅝, ⅞)
  • Improved styling of headers on settings page

1.4.2

07 Aug 21:14
Compare
Choose a tag to compare
  • Brackets enclosing the cursor are now highlighted.
  • Added \{ and \} to auto-enlarge brackets (#42)
  • Added conceal of \le, \ge, and \ne (#41)

1.4.1

21 Jul 19:26
Compare
Choose a tag to compare
  • Added snippet for bar of greek letter, e.g. rhobar\overline{\rho}$\overline{\rho}$
  • varphi ($\varphi$) is now in the list of greek letters (#39)

Minor bug fixes

  • Fixed conceal of some symbols (mostly set theory symbols ending in "eq")
  • Added snippet for \subseteq (#40)

1.4.0

12 Jul 23:01
Compare
Choose a tag to compare
  • New feature: color and highlight matching brackets! (#18)
  • Conceal improvement: now \dot, \hat and \overline are concealed for all Latin letters. (#35)
  • Conceal \,, \:, and \; (#35)
  • New word delimiter option w. Use this option to only expand a snippet if it's preceded (and followed) by a word delimiter, such as ., ,, or -. (#31)

1.3.0

18 Jun 18:35
Compare
Choose a tag to compare
  • Now supports the new CM6 editor in Obsidian 0.15.0!

  • Small bug fix: Fixed conceal of multiple characters inside \mathcal or \mathbb, e.g. $\mathcal{ABC}$

1.2.4

15 Jun 12:19
Compare
Choose a tag to compare

Bug fixes

  • Fix plugin not working with old installers (#26, #29)
  • Fix auto-enlarge brackets inside nested brackets (#27)

Small additions

  • Conceal \displaystyle
  • Add \rangle to tabout
  • Add snippet for bold letter auto subscript (e.g. $\mathbf{r}_{0}$)

1.2.3

11 Jun 13:57
Compare
Choose a tag to compare
  • Bug fix: fixed letters disappearing in snippets in inline math (#28)

1.2.2

10 Jun 20:33
Compare
Choose a tag to compare
  • Fix issue where snippets stop working in inline math (#25: remove space at end of snippets)
  • Add commands to enable/disable all features in Latex Suite (useful for when you want to temporarily disable the plugin: #27)

Conceal fixes/additions:

  • Fix conceal of "\qeq" and "\cdot"
  • Conceal "\sum\limits" and "\lim\limits" (#22)
  • Conceal "\mathrm"

1.2.1

31 May 16:48
Compare
Choose a tag to compare
  • Fixed obsidian freezing when cursor placed at end of $\text{}$ (#23)