Fix Math

by Vladislav Sorokin
favorite
share
0.0
(0)
5
4
3
2
1
Score: 51/100
Description

The Fix Math for Obsidian plugin provides a focused, single command way to convert common LaTeX delimiters and plain parentheses math into the $...$ forms your notes expect. It adds a ribbon button and a command-palette entry to process the currently open file, preserves fenced code blocks and existing $...$ delimiters and reports real time statistics in notifications and the status bar. The converter uses readable TypeScript and heuristics to detect inline and display math, covering \(...\), \[...\], smart ( ... ) detection (including AI assistant bracket output) and quoted block math

Reviews
No reviews yet.
Stats
7
stars
1,274
downloads
1
forks
105
days
9
days
9
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
3
total issues
0
open issues
3
closed issues
0
commits
Latest Version
10 days ago
Changelog

Fix: preserve nested brackets inside converted block math (1.0.18)

When a multiline block like:

[
\mathbf{X} = [\mathbf{1}\ \mathbf{S}]
]

was converted, the inner [\mathbf{1}\ \mathbf{S}] was mistakenly converted to a separate display math block, breaking the formula. Now the outer block becomes a single dollar-dollar block and inner brackets are left intact.

README file from