Initial commit
This commit is contained in:
22
.obsidian/plugins/quick-latex/data.json
vendored
Normal file
22
.obsidian/plugins/quick-latex/data.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"moveIntoMath_toggle": true,
|
||||
"autoCloseMath_toggle": false,
|
||||
"autoCloseRound_toggle": true,
|
||||
"autoCloseSquare_toggle": true,
|
||||
"autoCloseCurly_toggle": true,
|
||||
"addAlignBlock_toggle": true,
|
||||
"addAlignBlock_parameter": "align*",
|
||||
"autoAlignSymbols": "= > < \\le \\ge \\neq \\approx",
|
||||
"addCasesBlock_toggle": true,
|
||||
"shiftEnter_toggle": false,
|
||||
"addMatrixBlock_toggle": true,
|
||||
"addMatrixBlock_parameter": "pmatrix",
|
||||
"autoFraction_toggle": true,
|
||||
"autoLargeBracket_toggle": true,
|
||||
"autoSumLimit_toggle": true,
|
||||
"autoEncloseSup_toggle": true,
|
||||
"autoEncloseSub_toggle": true,
|
||||
"encloseSelection_toggle": true,
|
||||
"customShorthand_toggle": true,
|
||||
"customShorthand_parameter": "bi:\\binom{#cursor}{#tab};\nsq:\\sqrt{};\nbb:\\mathbb{};\nbf:\\mathbf{};\nte:\\text{};\ninf:\\infty;\ncd:\\cdot;\nqu:\\quad;\nti:\\times;\nal:\\alpha;\nbe:\\beta;\nga:\\gamma;\nGa:\\Gamma;\nde:\\delta;\nDe:\\Delta;\nep:\\epsilon;\nze:\\zeta;\net:\\eta;\nth:\\theta;\nTh:\\Theta;\nio:\\iota;\nka:\\kappa;\nla:\\lambda;\nLa:\\Lambda;\nmu:\\mu;\nnu:\\nu;\nxi:\\xi;\nXi:\\Xi;\npi:\\pi;\nPi:\\Pi;\nrh:\\rho;\nsi:\\sigma;\nSi:\\Sigma;\nta:\\tau;\nup:\\upsilon;\nUp:\\Upsilon;\nph:\\phi;\nPh:\\Phi;\nch:\\chi;\nps:\\psi;\nPs:\\Psi;\nom:\\omega;\nOm:\\Omega"
|
||||
}
|
||||
1725
.obsidian/plugins/quick-latex/main.js
vendored
Normal file
1725
.obsidian/plugins/quick-latex/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/quick-latex/manifest.json
vendored
Normal file
10
.obsidian/plugins/quick-latex/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "quick-latex",
|
||||
"name": "Quick Latex for Obsidian",
|
||||
"version": "2.5.0",
|
||||
"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
.obsidian/plugins/quick-latex/styles.css
vendored
Normal file
13
.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