Description
Note Enhancements Plugin
Category: Note Enhancements
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
3
stars
3 stargazers
999
downloads
999 downloads
1
forks
1 forks
71
days
71 days since creation
21
days
21 days since last commit
21
days
21 days since last release
0
total PRs
0 total pull requests
0
open PRs
0 open pull requests
0
closed PRs
0 closed pull requests
0
merged PRs
0 merged pull requests
2
total issues
2 total issues
0
open issues
0 open issues
2
closed issues
2 closed issues
0
commits
0 total commits in last one year
Latest Version
22 days ago
Changelog
- Fix: correct conversion for [ \left[ … \right]_{x=0} ] blocks
- Improve: convert single-letter vars in parentheses (p) → $p$
- Fix: parentheses before ** are handled correctly
- Docs: README updated
README file from