Skip to content

Releases: artisticat1/obsidian-latex-suite

1.6.5

12 Nov 15:47
Compare
Choose a tag to compare
  • You can now load snippets from multiple files (all files within a folder)! (#72)
    image
  • Added \langle and \rangle, \lvert and \rvert to auto-enlarge brackets (#42)
  • Added \lvert and \rvert to conceal
  • Updated default snippets
    • "norm" now expands to "\lvert $0 \rvert $1"
    • Added snippets for "re" -> "\mathrm{Re}" and "im" -> "\mathrm{Im}"
    • "(", "[" and "{" will not be auto-paired when inserted before a word (#82) as they are now word boundary snippets

1.6.4

06 Nov 14:25
Compare
Choose a tag to compare
  • Fix "left" being concealed as "le" (#77, #80)
  • Add "[]" to super/subscript conceal
  • Add "\boldsymbol" to conceal
  • Added new default snippets:
    • "mpTab" -> "\mp" and
    • "mbb" -> "\mathbb"

1.6.3

30 Oct 15:01
Compare
Choose a tag to compare
  • Conceal:
    • Added \bar{x} ( $\bar{x}$ )
    • Added \square ( $\square$ )
  • Default snippets:
    • Added "det" snippet
    • Changed "overline" to "bar"

1.6.2

25 Oct 21:28
Compare
Choose a tag to compare
  • Fixed conceal of \rightarrow and \leftarrow
  • Modified default snippets:
    • Disabled em dash snippets by default to prevent confusion among users
    • Fixed "<->" and "norm" snippets not triggering (#73)
  • Fixed editor freezing when some snippets were triggered using Tab (#70)

1.6.1

20 Oct 19:43
Compare
Choose a tag to compare
  • Symbols and greek letters in super/subscripts are now concealed.
  • Added "\land" and "\lor" to $SYMBOLS.
  • Added "del" -> "\nabla" snippet.

1.6.0

15 Oct 11:03
Compare
Choose a tag to compare

You can now load snippets from a separate file! (#39)

This means you can use your favourite text editor to edit your snippets. It also makes it easier to backup and share your snippets with others.

1.5.2

08 Oct 13:52
Compare
Choose a tag to compare
  • Improved undo behaviour. Now, pressing undo will only undo the expansion of a snippet. (#57)

  • You can now choose whether a+b/c expands to a+\frac{b}{c} or \frac{a+b}{c} by choosing the auto-fraction breaking characters in settings. (#36)

  • Added \partial to symbols.

  • By default, the par snippet must now be triggered with the Tab key.

1.5.1

01 Oct 13:36
Compare
Choose a tag to compare

Popup windows for inline math now show up when the cursor is just outside the $ symbols. e.g. $x^2$|.

1.5.0

25 Sep 11:30
Compare
Choose a tag to compare
  • New feature: popup preview window for inline math!
    When the cursor is inside inline math, a popup window showing the rendered math will be displayed.

  • Fixed conceal of \mathbf{} being broken.

  • Snippets now work when vim mode is enabled after the plugin is enabled. (#53)

1.4.5

18 Sep 12:14
Compare
Choose a tag to compare
  • Fractions are now concealed! (#22, #35) \frac{}{} is now displayed as ()/().
  • Operators (such as sin, cos, tan, exp, log) are now concealed.
  • Subscripts and superscripts are now concealed better.
    • All alphabetical characters are supported, plus other mathematical symbols.
    • Text inside concealed superscripts/subscripts is aligned and all uses the same font.
  • Conceal of \bra, \ket, and \braket now works together with the color and highlight brackets feature.