Share your keybindings, shortcuts, and workflows here! #14
Replies: 6 comments
-
Prefer no smart fenceI don't like the In {
"key": "ctrl+shift+9",
"command": [
"insert",
"\\left(#?\\right)"
]
},
{
"key": "ctrl+[",
"command": [
"insert",
"\\left[#?\\right]"
]
},
{
"key": "ctrl+{",
"command": [
"insert",
"\\left\\{#?\\right\\}"
]
} |
Beta Was this translation helpful? Give feedback.
-
Use Enter to accept suggestionsBy default, you need In {
"key": "[Tab]",
"ifMode": "latex",
"command": "nextSuggestion"
},
{
"key": "shift+[Tab]",
"ifMode": "latex",
"command": "previousSuggestion"
},
{
"key": "[Return]",
"ifMode": "latex",
"command": [
"complete",
"accept-all"
]
},
{
"key": "[Enter]",
"ifMode": "latex",
"command": [
"complete",
"accept-all"
]
} |
Beta Was this translation helpful? Give feedback.
-
Obsidian-style Greek lettersObsidian Latex Suite is a great LaTeX snip plugin for obsidian. It comes with some nice defaults, including the easy input of Greek letters. I took some of them and included some others from LyX. In "@a": "\\alpha",
"@A": "\\alpha",
"@b": "\\beta",
"@B": "\\beta",
"@c": "\\chi",
"@C": "\\chi",
"@d": "\\delta",
"@D": "\\Delta",
"@e": "\\epsilon",
"@E": "\\epsilon",
":e": "\\varepsilon",
":E": "\\mathcal{E}",
"@f": "\\phi",
"@F": "\\Phi",
":f": "\\varphi",
"@g": "\\gamma",
"@G": "\\Gamma",
"@h": "\\eta",
"@H": "\\eta",
"@k": "\\kappa",
"@K": "\\kappa",
"@l": "\\lambda",
"@L": "\\Lambda",
"@m": "\\mu",
"@M": "\\mu",
"@n": "\\nu",
"@N": "\\nu",
"@o": "\\omega",
"@O": "\\Omega",
"@r": "\\rho",
"@R": "\\rho",
"@s": "\\sigma",
"@S": "\\Sigma",
"@t": "\\tau",
"@T": "\\tau",
"@u": "\\upsilon",
"@U": "\\Upsilon",
"ome": "\\omega",
"@v": "\\theta",
"@V": "\\Theta",
"@y": "\\psi",
"@Y": "\\Psi",
"@x": "\\xi",
"@X": "\\Xi",
"@z": "\\zeta",
"@Z": "\\zeta", |
Beta Was this translation helpful? Give feedback.
-
Fractions without implicit argumentsBy default, for example, when hitting In {
"key": "/",
"ifMode": "math",
"command": null
},And in "//": "\\frac{#?}{#?}",This will disable the default behavior, and when you need fractions, just hit |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Toggle text mode (
|
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Logseq Live Math enables a new way of typing math in Logseq. To fully leverage this plugin, configuring your own keybindings and shortcuts are strongly encouraged. Here, we use GitHub Discussions as a platform for the users sharing the settings and learning from others. You are encouraged to share your keybindings, shortcuts, workflows, and more in this thread or in a new one.
If you need a quick settings example, checkout this gist.
Beta Was this translation helpful? Give feedback.
All reactions