Closed FoxFloat closed 1 year ago
Thanks for raising the issue!
(By the way, it's totally off the topic, but do you insert \large
in every display equation (i.e. $$...$$
)? If so, I recommend using a CSS snippet like this:
mjx-math[display="true"] {
font-size: 125%;
}
)
Let's get back to the topic. Unfortunately, I couldn't reproduce the bug, so can you provide more information?
Show debug info
Here's my experiment in the sandbox vault:
I just saw your reply (so sorry for updating my question instead of adding a new comment). Also thank you for your suggestion, I'll try it. Here is the debug info. Video will be uploaded later.
debug info: in sandbox: SYSTEM INFO: Obsidian version: v1.4.13 Installer version: v1.4.13 Operating system: Windows 10 Home China 10.0.19045 Login status: logged in Catalyst license: none Insider build toggle: off Live preview: on Legacy editor: off Base theme: dark Community theme: none Snippets enabled: 0 Restricted mode: off Plugins installed: 3 Plugins enabled: 3 1: Math Booster v1.0.0 2: MathLinks v0.4.6 3: Dataview v0.5.58
RECOMMENDATIONS: Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.
in my own vault: SYSTEM INFO: Obsidian version: v1.4.13 Installer version: v1.4.13 Operating system: Windows 10 Home China 10.0.19045 Login status: logged in Catalyst license: none Insider build toggle: off Live preview: on Legacy editor: off Base theme: dark Community theme: Blue Topaz v20230816 Snippets enabled: 2 Restricted mode: off Plugins installed: 60 Plugins enabled: 50 1: Admonition v10.1.1 2: Advanced Tables v0.19.1 3: Auto Link Title v1.4.1 4: CardBoard v0.7.2 5: Checklist v2.2.12 6: Commander v0.5.0 7: Dataview v0.5.58 8: Editor Syntax Highlight v0.1.3 9: Folder Note v0.7.3 10: Image Toolkit v1.4.0 11: LanguageTool Integration v0.3.4 12: Media Extended v2.11.1 13: Media Extended BiliBili Plugin v0.3.1 14: Natural Language Dates v0.6.1 15: Note Folder Autorename v0.1.2 16: Note Refactor v1.8.1 17: DataLoom v8.4.1 18: Outliner v4.8.0 19: Ozan's Image in Editor Plugin v2.2.4 20: Pandoc Plugin v0.4.1 21: Paste URL into selection v1.7.0 22: PDF Highlights v0.0.4 23: Reading Time v1.1.1 24: Style Settings v1.0.7 25: Recent Files v1.3.8 26: Templater v1.16.0 27: Zoottelkeeper Plugin v0.18.0 28: QuickAdd v1.2.1 29: Obsidian42 - Strange New Worlds (SNW) v1.2.2 30: MathLinks v0.4.6 31: Extended MathJax v0.4.1 32: Reading comments v1.0.22 33: Surfing v0.8.16 34: Completr v3.2.0 35: Code Editor Shortcuts v1.14.0 36: Advanced Cursors v0.5.1 37: Typewriter Scroll v0.2.2 38: Diagrams v1.5.0 39: Chorded Hotkeys v1.0.0 40: Latex Suite v1.8.2 41: Calendar (Beta) v2.0.0 42: Zotero Integration v3.0.10 43: Periodic Notes v0.0.17 44: Linter v1.20.0 45: Day Planner v0.9.1 46: Obsidian42 - BRAT v0.7.0 47: Mousewheel Image zoom v1.0.19 48: Table of Contents v0.2.0 49: Footnote Shortcut v0.1.3 50: Math Booster v1.0.0
RECOMMENDATIONS: Custom theme and snippets: for cosmetic issues, please first try updating your theme and disabling your snippets. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community theme and snippets. Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.
Here is my test in the sandbox:
Also for your last question: I have tried to only disable the math-booster plug-in or use the restricted mode. In these two situations, the links work in the right way.
Ahh thank you! I COULD reproduce it in the sandbox. I will take a look before long. Thanks for letting me know about it!
Good to know that! And good luck!
Fixed in v1.0.1!
I did it by disabling equation numbers inside embeds or hover popovers, but there might be other situations where the same issue occurs. Let me know again if you find such a case.
Oops, it might not have been fixed yet...
Fixed in v1.0.2 for sure!
Great, good to know it was fixed! I checked in my vault and everything works well now. Thank you a lot!
Hello, it's my first time submitting an issue on Github so sorry for any improper description.
Here is the problem I met: I made a file with some LaTex equations which are all auto-numbered like: $$ \large BSS = 1 - \frac{MSE(Y, X)}{MSE(B, X)} $$
$$ \large MSE(Y, X) = \frac{1}{J} \sum^{j}{i = 1}(y{i} - x)^{2} $$
Then I inserted one equation's link in another file or just this file. However, whichever equation I cited, only the first equation can be seen in the inserted link and the hover (floating window). In four situations, links can show the right equations:
It's really a nice and important plug-in for me so I really hope this problem can be solved soon!