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
1
stars
1 stargazers
99
downloads
99 downloads
0
forks
0 forks
5
days
5 days since creation
8
days
8 days since last commit
11
days
11 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
0
total issues
0 total issues
0
open issues
0 open issues
0
closed issues
0 closed issues
0
commits
0 total commits in last one year
Latest Version
11 days ago
Changelog
🔧 Improvements
- Better UX: Command is now disabled when no Markdown file is active
- Performance: Uses Obsidian's recommended
Vault.processAPI for file operations
📦 Technical Changes
- Replaced
read+modifywith atomicVault.processoperation - Implemented conditional command with
checkCallback - Refactored status bar update logic
- Improved error handling with proper TypeScript types
README file from