gtg922r / obsidian-numerals

An obsidian plugin which turns a math code block into a full featured calculator
Other
389 stars 7 forks source link

Numbers over 1000 in math-tex #32

Closed tdaron closed 1 year ago

tdaron commented 1 year ago

Hey there ! I have an issue when using math-tex, numbers over 1000 don't show up !

I'm using current block:

a = 1000

image

(And another minor problem, letters with indices dont show up correctly either)

q_0 = 5

image

But the optimal would be

image (rendered with $q_0 = 5$)

Anyway, thank you for this plugin, its sooo useful :)

Have a great day !

gtg922r commented 1 year ago

The first issue is captured in #23. I know the bug, just trying to work out what the desired outcome should be.

Would you mind filing a second feature request for the second one? Might be tricky but can certainly look in to it

tdaron commented 1 year ago

Hey !

I made a PR for the second one, so you can see easily what i meant !

https://github.com/gtg922r/obsidian-numerals/pull/33

And for the first one, it appeared than when i'm using this repo code built by myself, the problem isnt there anymore.. i don't know why !

gtg922r commented 1 year ago

I fixed the issue you were seeing but I haven't pushed the release yet. So if you built from source it's fixed, but in the version from the Obsidian store it still has the bug.