Skip to content

greasycat/BetterMathjax

 
 

Repository files navigation

BetterMathjax For Obsidian

This plugin will make the mathjax experience in Obsidian better by providing autocompletion.

Features

Autocompletion with inline Mathjax rendering after detection of a $$ or $$$$ block.

2023-01-26_18-29-32.png

Using key shortcuts to show a helper modal for reference purposes and fast editing snippets

2023-01-26_18-30-09.png

Quick Navigation With Placeholder

2023-01-26_18-36-24.png

Fully customizable configuration

2023-01-26_18-32-28.png

Installation

1. Downloads from Obsidian Community Plugins List

2. Manual

  • Create $YOUR_VAULT_FOLDER$/.obsidian/better-mathjax folder
  • Put the release files main.js.bak, manifest.json and styles.css into $YOUR_VAULT_FOLDER$/.obsidian/better-mathjax

Usage

PLEASE SET HOTKEYS!!!

Hotkeys/Keymappings (example)

  1. Confirm Selected Entry: Enter
  2. Select Previous/Up: Ctrl+[
  3. Select Next/Down: Ctrl+]
  4. Select Next Placeholder: Ctrl+'
  5. Select Previous Placeholder: Ctrl+;
  6. Show help info for the current selection: Ctrl+Shift+/
  7. Manual Reload Configuration file: None

Special Thanks

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.1%
  • Other 0.9%