Skip to content

1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Sep 17:10
· 242 commits to master since this release

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.