Releases: RyotaUshio/obsidian-inline-math
Releases · RyotaUshio/obsidian-inline-math
0.3.6
- Added a note about Latex Suite compatibility to README - see #6 (comment) for the details.
- Removed the clean-up commands since they are no longer necessary.
- Replaced a
h4
heading in the setting tab with a heading setting, complying Obsidian's plugin guideline.
Full Changelog: 0.3.5...0.3.6
0.3.5
Added a new option Disable when using IME input, which will fix some strange behavior observed when using IME input after escaping from a math block using Latex Suite's tabout feature.
Full Changelog: 0.3.4...0.3.5
0.3.4
Fixed a bug introduced by the previous update:
A potential performance improvement for a very large document.
Full Changelog: 0.3.3...0.3.4
0.3.3
- #5: Fixed an incompatibility issue with Latex Suite's "box current equation" command.
- A potential performance improvement for a very large document.
Full Changelog: 0.3.2...0.3.3
0.3.2
- Fixed the incompatibility issue with Latex Suite's matrix shortcuts feature.
0.3.1
0.3.0
0.2.1
Slightly improved performance when "Disable in tables" is turned off.
0.2.0
Improvement
- Eliminated the need for manual registeration of deletion keys. As a result, "Register deletion keys" setting has been removed from the setting tab.
- This was intended to add support for the Vim normal mode, but unfortunately, it turned out that there are still some challanges to overcome. It
might beis an upstream bug of codemirror-vim (replit/codemirror-vim#143).
- This was intended to add support for the Vim normal mode, but unfortunately, it turned out that there are still some challanges to overcome. It
- Added support for multiple cursors.
0.1.6
- Removed an uncessary logging code.