vault backup: 2023-04-16 20:30:09

This commit is contained in:
2023-04-16 20:30:09 +02:00
parent 2d4c2ca436
commit ce4c6ab3bc
317 changed files with 43817 additions and 104047 deletions

1851
.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%;
}