🔧 Added quadratic formula to espanso shortcuts
This commit is contained in:
parent
c2216638f2
commit
6a88b9d845
1 changed files with 4 additions and 0 deletions
|
|
@ -171,6 +171,10 @@ matches:
|
||||||
force_clipboard: true
|
force_clipboard: true
|
||||||
replace: "\\frac{}{}"
|
replace: "\\frac{}{}"
|
||||||
|
|
||||||
|
- trigger: ";quad"
|
||||||
|
force_clipboard: true
|
||||||
|
replace: "$$ x = \\frac{-b \\pm \\sqrt{b^2 - 4ac}}{2a} $$"
|
||||||
|
|
||||||
- trigger: ";<h1"
|
- trigger: ";<h1"
|
||||||
force_clipboard: true
|
force_clipboard: true
|
||||||
replace: "<h1> </h1>"
|
replace: "<h1> </h1>"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue