Initial commit

This commit is contained in:
2022-10-25 16:01:18 +02:00
parent 9ed797bdb6
commit b9c4f1e806
138 changed files with 252275 additions and 0 deletions

22
.obsidian/plugins/quick-latex/data.json vendored Normal file
View 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

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.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
}

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