joplin-math-mode
joplin-math-mode copied to clipboard
Feature Request: Ability to change the activation sequence
As an Italian I always find it hard to type the backtick as we don't have in our default keyboard. I would love to be able (in advanced settings maybe) to change the backtick into another meaningless character or sequence, say "§" (which, for some reasons, is on our keyboard). Also maybe it could write the change somewhere upon activation of math mode so that even if I opened the note on another pc without the edit in the options it would work anyway Thanks!
I'll leave this feature request up because I'm not against it's addition, but I won't be adding it myself because there are a couple of easy workarounds.
The biggest one is probably that Joplin has a code block command so you can insert all the needed characters very easily with a keybinding (Ctrl+` by default, but it can be remapped to anything, Ctrl+§ for example) or by pressing the button in the toolbar. You can also use the command palette (Ctrl+Shift+P by default) and type "code" to get this command.
Alternatively, you can use the inline code syntax
```math
2+2
x = 100
x / 3
`` `
Is the same as
= 2+2
= x = 100
= x / 3
The only downside is the loss of inline configuration.