README file from
GithubMathVoice for Obsidian
Edit LaTeX math in Obsidian with MathVoice. The plugin opens a right-side panel embedding the Studio; moving your cursor inside any math environment loads it automatically.
Install (manual)
- Copy this folder to
<your-vault>/.obsidian/plugins/mathvoice/ - Settings → Community plugins → disable Safe Mode if prompted → reload
- Enable MathVoice in the plugin list
Usage
- Open any note containing math
- Move the cursor inside
$…$or$$…$$→ the formula loads into the Studio automatically - Or click Load from editor in the panel toolbar
- Edit with voice or typed commands
- Click Apply to note → the original math range is replaced in-place (undo with Ctrl+Z)
Commands
| Command | Description |
|---|---|
MathVoice: Open Studio |
Open the Studio panel |
MathVoice: Edit math at cursor |
Open panel + load math at cursor |
Delimiter handling
Delimiters ($…$, $$…$$, \(…\), \[…\]) are stripped before loading and
restored on write-back. Only the inner LaTeX is edited.
Settings
mathvoice.studioUrl — override the Studio URL for self-hosted deployments.