vault backup: 2023-04-16 12:21:43

This commit is contained in:
2023-04-16 12:21:43 +02:00
parent b46c816c2b
commit 5b813adc36
274 changed files with 220951 additions and 30 deletions

1851
FH/.obsidian/plugins/quick-latex/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "quick-latex",
"name": "Quick Latex for Obsidian",
"version": "2.6.1",
"minAppVersion": "0.9.12",
"description": "Speedup latex math typing with auto fraction, align block shortcut, matrix shortcut...etc",
"author": "joeyuping",
"authorUrl": "https://github.com/joeyuping/quick_latex_obsidian",
"isDesktopOnly": false
}

View File

@@ -0,0 +1,13 @@
.text-snippets-class > * > textarea{
width:40em;
height: 100%;
}
.text-snippets-class > * {
height: 100%;
width: 60em;
}
.text-snippets-class {
height: 70%;
}