Releases: RyotaUshio/obsidian-latex-theorem-equation-referencer
1.0.4-beta
Bugfixes
- @basedtheorem: Fixed LaTeX comments not correctly handled (#182).
1.0.3
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
1.0.2
1.0.1
1.0.1-beta
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.
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
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 ofUse [[Wikilinks]]
. - Fixed theorem callouts being parsed differently from Obsidian's native behavior.
0.6.11
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
Fixed the issue that dropdown settings are not properly displayed in the plugin settings tab.
0.6.9
- Added the '.math-booster-' CSS class to the entire note. (This is huge!)
- Largely updated the documentation.