Skip to content

Releases: RyotaUshio/obsidian-latex-theorem-equation-referencer

1.0.4-beta

08 Oct 17:25
Compare
Choose a tag to compare
1.0.4-beta Pre-release
Pre-release

Bugfixes

  • @basedtheorem: Fixed LaTeX comments not correctly handled (#182).

1.0.3

26 Sep 07:33
Compare
Choose a tag to compare

It's all about the math live preview feature inside a blockquote. (BTW let me know if you have an idea of a nicer name for this feature. I'm tired of typing this long name every time!)

See also the release note for v1.0.3-beta.

Improvements

  • Enhanced the compatibility with the reading view (i.e. make what the live preview shows you and what the reading view shows you as close as possible), for example, by allowing an irregular syntax such as
> $$
f(x)
$$

Bug fixes

  • Fixed the vanilla Obsidian's math preview widgets being not properly removed inside a blockquote under some circumstances.

1.0.3-beta

24 Sep 16:14
Compare
Choose a tag to compare
1.0.3-beta Pre-release
Pre-release

Bug fixes

  • Fixed a CSS code for math live preview in blockquote hiding equations under some circumstances (#173, #180)

1.0.2

21 Sep 08:20
Compare
Choose a tag to compare

Bug fixes

  • Fixed display math blocks replaced by a different one inside an embed or a hover popover (#179). (I thought it'd been fixed in v1.0.1, but it turned out it'd not.)

1.0.1

21 Sep 07:38
Compare
Choose a tag to compare

Bug fixes

  • Fixed display math blocks replaced by a different one inside an embed or a hover popover (#179). It was done by disabling equation numbers in embeds/hover popovers, but I hope a better solution will be found in the future.

1.0.1-beta

17 Sep 17:28
Compare
Choose a tag to compare
1.0.1-beta Pre-release
Pre-release

When I updated 0.6.11 to 1.0.0, I replaced Vault.cachedRead() with Vault.read() in NonactiveNoteIO, following the review comment by the Obsidian team, without considering enough by myself, to be honest.

https://github.com/RyotaUshio/obsidian-math-booster/blob/ac37c91c92a857a2c91c2807c667a9c96016c746/src/file_io.ts#L109-L118

But it turned out this modification was unnecessary, and also might be the reason of some performance degration, so I pulled cachedRead back.

Also, a clear statement was added that recommends users for making their custom CSS snippets for theorem callouts instead of just using the preset styles.

1.0.0

14 Sep 17:10
Compare
Choose a tag to compare

Now this plugin has been approved by the Obsidian team. So, this is the first official release of Obsidian Math Booster! 🎉

New features

  • Prefix inference: Now the number prefix of equations & theorem callouts can be automatically inferred from the note title or a specified property.
  • Projects (experimental): Treat a whole folder as if it were a single note. See here for the details.
  • Added command Convert equation numbers in the current note to static \tag{}: Run this command before exporting to PDF (#170). Don't forget to undo the change after it's done!
  • Now live suggestions can be used to insert a link to the note that contains the selected item. Simply press shift (by default; you can configure it as you like) when selecting an item.

Improvements

  • Live suggestions: Now you can limit the number of suggestions to improve performance. The default number was reduced from 100 to 20.
  • Now the new dependency alert modal is available.

Bug fixes

  • Fixed display math blocks getting hidden unintentionally under some circumstances.
  • Previously, when the user sets Use [[Wikilinks]] to false, the live suggestion feature inserted markdown links. But it turned out they behave terribly in a situation where one has to update the displayed text dynamically, so now it inserts wikilinks regardless of the value of Use [[Wikilinks]].
  • Fixed theorem callouts being parsed differently from Obsidian's native behavior.

0.6.11

30 Aug 16:46
Compare
Choose a tag to compare

Enabled opening local settings from the file menu.

In the file explorer, right-click on a file/folder. Then click "Math Booster: Open local settings".

0.6.10

29 Aug 10:47
Compare
Choose a tag to compare
0.6.10 Pre-release
Pre-release

Fixed the issue that dropdown settings are not properly displayed in the plugin settings tab.

0.6.9

27 Aug 14:45
Compare
Choose a tag to compare
0.6.9 Pre-release
Pre-release
  • Added the '.math-booster-' CSS class to the entire note. (This is huge!)
  • Largely updated the documentation.