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

76675
.obsidian/plugins/ink/main.js vendored Normal file

File diff suppressed because one or more lines are too long

11
.obsidian/plugins/ink/manifest.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"id": "ink",
"name": "Ink",
"author": "Dale de Silva",
"description": "Hand write or draw directly between paragraphs in your notes using a digital pen, stylus, or Apple pencil. Useful for handwriting, sketches, scribbles, or even math equations and scientific notation. Runs on the tldraw framework and drawing provides an infinite canvas.",
"version": "0.3.4",
"minAppVersion": "1.00.0",
"authorUrl": "https://designdebt.club",
"fundingUrl": "https://ko-fi.com/daledesilva",
"isDesktopOnly": false
}

6585
.obsidian/plugins/ink/styles.css vendored Normal file

File diff suppressed because it is too large Load Diff

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);
}