Releases: artisticat1/obsidian-latex-suite
Releases · artisticat1/obsidian-latex-suite
1.5.0
-
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
- 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
- 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
- Conceal basic fractions (½, ⅓, ⅔, ¼, ⅕, ⅖, ⅗, ⅘, ⅙, ⅚, ⅛, ⅜, ⅝, ⅞)
- Improved styling of headers on settings page
1.4.2
- 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
- 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
- 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
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
- Bug fix: fixed letters disappearing in snippets in inline math (#28)