This plugin will make the mathjax experience in Obsidian better by providing autocompletion.
Autocompletion with inline Mathjax rendering after detection of a $$
or $$$$
block.
Using key shortcuts to show a helper modal for reference purposes and fast editing snippets
Quick Navigation With Placeholder
Fully customizable configuration
- Create
$YOUR_VAULT_FOLDER$/.obsidian/better-mathjax
folder - Put the release files
main.js.bak
,manifest.json
andstyles.css
into$YOUR_VAULT_FOLDER$/.obsidian/better-mathjax
- Confirm Selected Entry:
Enter
- Select Previous/Up:
Ctrl+[
- Select Next/Down:
Ctrl+]
- Select Next Placeholder:
Ctrl+'
- Select Previous Placeholder:
Ctrl+;
- Show help info for the current selection:
Ctrl+Shift+/
- Manual Reload Configuration file:
None