Releases: artisticat1/obsidian-latex-suite
Releases · artisticat1/obsidian-latex-suite
1.4.5
- 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.
1.4.4
1.4.3
- Conceal basic fractions (½, ⅓, ⅔, ¼, ⅕, ⅖, ⅗, ⅘, ⅙, ⅚, ⅛, ⅜, ⅝, ⅞)
- Improved styling of headers on settings page
1.4.2
1.4.1
1.4.0
- 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
-
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
1.2.3
1.2.2
- 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"