Last Sync: 2026-02-28 04:00 (Mobile)

This commit is contained in:
snus-iphone
2026-02-28 04:00:23 +03:00
parent aab54f2054
commit 606f8f860e
8 changed files with 83778 additions and 15538 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{
"id": "obsidian-latex-suite",
"name": "Latex Suite",
"version": "1.9.8",
"version": "1.10.4",
"minAppVersion": "1.0.0",
"description": "Make typesetting LaTeX math as fast as handwriting through snippets, text expansion, and editor enhancements",
"author": "artisticat",

View File

@@ -233,3 +233,7 @@ sup.cm-math, sub.cm-math {
/* .latex-suite-color-bracket-3 {
color: #8de15c;
} */
.latex-suite-math-preview-highlight {
background-color: var(--text-selection);
}