MathVoice

by Wei Liang Fong
5
4
3
2
1
Score: 50/100

Description

MathVoice — Voice-powered LaTeX editing for Obsidian. Speak equations, MathVoice inserts them.

Reviews

No reviews yet.

Stats

0
stars
14
downloads
0
forks
15
days
16
days
16
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
1
commits

Latest Version

17 days ago

Changelog

MathVoice for Obsidian v0.1.0

Voice-powered LaTeX equation editing for Obsidian.

Features

  • Voice-to-LaTeX: Speak equations naturally
  • Opens Studio side panel with microphone capture
  • Auto-detects math at cursor ($...$, $$...$$, (...), [...])
  • Writes edited LaTeX back to the note in-place
  • Settings: configurable Studio URL for self-hosting

Install

  1. Download main.js, manifest.json, and styles.css
  2. Place in <vault>/.obsidian/plugins/mathvoice/
  3. Enable in Settings → Community Plugins

README file from

Github

MathVoice 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)

  1. Copy this folder to <your-vault>/.obsidian/plugins/mathvoice/
  2. Settings → Community plugins → disable Safe Mode if prompted → reload
  3. 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.