Skip to content

Releases: RyotaUshio/obsidian-inline-math

0.3.5

01 Apr 13:40
Compare
Choose a tag to compare

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

01 Dec 11:57
Compare
Choose a tag to compare

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

30 Nov 16:48
Compare
Choose a tag to compare
  • #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

29 Nov 18:00
Compare
Choose a tag to compare

0.3.1

29 Nov 11:49
Compare
Choose a tag to compare
  • Fixed a bug where inserting non-whitespace character at the beginning of an inline math caused the insertion to happen between the leading dollar and braces.
  • Fixed the incompatibility issue with Latex Suite's tabout feature (#4).

0.3.0

24 Nov 22:39
Compare
Choose a tag to compare

🎉 Now this plugin automatically removes hidden braces when you escape from an inline math (#3)!

0.2.1

19 Oct 06:02
Compare
Choose a tag to compare

Slightly improved performance when "Disable in tables" is turned off.

0.2.0

18 Oct 21:51
Compare
Choose a tag to compare

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 be is an upstream bug of codemirror-vim (replit/codemirror-vim#143).
  • Added support for multiple cursors.

0.1.6

18 Oct 18:18
Compare
Choose a tag to compare
  • Removed an uncessary logging code.

0.1.5

18 Oct 17:14
Compare
Choose a tag to compare
  • Fix the bug where "Press deletion keys..." message in the setting tab does not disappear after pressing the x icon.