The Numerals plugin is a powerful tool that enables users to perform mathematical calculations and insert the results into their Obsidian notes. With this plugin, you can write complex math expressions in Markdown code blocks and evaluate them instantly. The plugin also offers advanced features such as result annotation, autocompletion of functions and variables, and style settings for customization. Additionally, Numerals supports mapping currency symbols to different currencies and allows users to specify the format of rendered results. Overall, this plugin is an excellent choice for anyone who needs to perform complex calculations or visualize data in their Obsidian notes.
🚀 Numerals 1.5.5 - May '25 Update 🚀
🎉 Restarting development after a bit of a hiatus!
1.5.5 adds two new features, @hideRows
and @prev
!
@prev
: Refer to the result in the preview row (similar to theprev
token in Numi)- Plays nice with
@sum
or@total
- Plays nice with
- Adds
@hideRows
, a new "directive" (i.e. a Numerals-specific command starting with@
)- A
math
block with @hideRows on a row (with nothing else), will only render lines that have=>
at the end of them ("result annotation")
- A