gtg922r / obsidian-numerals

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

FR: Add a layout option that aligns the decimal point between different rows #71

Open libweirdness opened 6 months ago

libweirdness commented 6 months ago

Having the results on the right-side of the code-block have sometimes-2 decimal-places,

sometimes none,

sometimes 3 ( which means we sometimes mistake, in small fonts, a decimal for a thousands-separator ),

has been sabotaging my function in working with the numbers.

Please make the default a prevents-interpretation-bugs vertically-aligned-decimals clarity.

Salut, Namaste, & Kaizen.

/\

gtg922r commented 3 months ago

Changed the target to clarify my understanding of your request. Please let me know if i mis-understood.

I think i understand the request and value. Unfortunately its tricking as I need to first render the whole block and then go back and figure out the range of digits before and after. Will need to think about how to implement.