Auto | arch-x1: 2026-06-05 10:47:19
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"useMathKeyboardShortcut_toggle": true,
|
||||
"moveIntoMath_toggle": true,
|
||||
"autoCloseMath_toggle": true,
|
||||
"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,
|
||||
"autoGreekCommandMathMode_toggle": true,
|
||||
"customShorthand_toggle": true,
|
||||
"useTabtoComplete_toggle": false,
|
||||
"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"
|
||||
}
|
||||
+1967
File diff suppressed because it is too large
Load Diff
+10
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "quick-latex",
|
||||
"name": "Quick Latex",
|
||||
"version": "2.6.5",
|
||||
"minAppVersion": "0.9.12",
|
||||
"description": "Speedup latex math typing with auto fraction, custom shorthand, align block shortcut, matrix shortcut...etc",
|
||||
"author": "joeyuping",
|
||||
"authorUrl": "https://github.com/joeyuping/quick_latex_obsidian",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
+13
@@ -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