vault backup: 2023-04-16 12:21:43
This commit is contained in:
1851
FH/.obsidian/plugins/quick-latex/main.js
vendored
Normal file
1851
FH/.obsidian/plugins/quick-latex/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
FH/.obsidian/plugins/quick-latex/manifest.json
vendored
Normal file
10
FH/.obsidian/plugins/quick-latex/manifest.json
vendored
Normal 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
|
||||
}
|
||||
13
FH/.obsidian/plugins/quick-latex/styles.css
vendored
Normal file
13
FH/.obsidian/plugins/quick-latex/styles.css
vendored
Normal 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%;
|
||||
}
|
||||
Reference in New Issue
Block a user