Releases: RyotaUshio/obsidian-math-in-callout
Releases · RyotaUshio/obsidian-math-in-callout
0.3.7
0.3.6
Fixed an error occurring when there is an empty inline math.
0.3.5
Added handling for IME inputs to decorations for callouts.
0.3.4
Fixed an error happening when a canvas file is opened at startup.
0.3.3
Add a handling for the following ill-formed case:
0.3.2
The rerender()
method no longer moves the cursor to the head of the file.
Full Changelog: 0.3.1...0.3.2
0.3.1
Fix an equation outside quotes/callouts being recognized as a quote.
Full Changelog: 0.3.0...0.3.1
0.3.0
Added Source Mode support.
0.2.9
Further performance improvement by editor view sharing.
Full Changelog: 0.2.8...0.2.9
0.2.8
Improved performance by patching the eq
method of Obsidian's built-in math widget class and reducing the chance of unnecessary re-rendering multi-line math blocks inside blockquotes.