gtg922r / obsidian-numerals

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

[feature request] Highlight variables names with brighter text #16

Open gtg922r opened 1 year ago

gtg922r commented 1 year ago

Add styling option to highlight variable names on lines that are assigning a value to a variable.

For example:

**peaches** = $40
**apples** = $80
**total** = peaches + apples

Where ** text is highlighted in color or weight. May work nicely with result annotation (#4) to make long calculations with lots of intermediate values more readable