Fix Math

by Vladislav Sorokin
favorite
share
0.0
(0)
5
4
3
2
1
Score: 50/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
1
stars
99
downloads
0
forks
5
days
8
days
11
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits
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.process API for file operations

📦 Technical Changes

  • Replaced read + modify with atomic Vault.process operation
  • Implemented conditional command with checkCallback
  • Refactored status bar update logic
  • Improved error handling with proper TypeScript types
README file from