Releases: eatcodeplay/obsidian-simple-table-math
Releases · eatcodeplay/obsidian-simple-table-math
0.2.4
Fixes / Improvements
- #3 - Merged: Added support for scientific notation (interpret the inputs in exponential format). Thanks to @OookTheLibrarian for this!
- #4 - Fixed: using numeral.js for better number extraction to prevent localized number issues
0.2.3
Improvements
- Ensure all events are registered and unload properly
- Better copy shortcut detection
0.2.2
Refactors
- Refactors notice creation to use
sanitizeHTMLToDomfor security. - Replaces
innerTextwithtextContentfor setting text in the table rendering logic, aligning with best practices.
0.2.1
Fixed: now using the original obsidian css variables for calculated cell padding
0.2.0
Functionality & UX improvements
- some code restructuring for readability
- added context menu support for copying calculated values
- fixed css behaviour when table cells loose focus
- better css naming convention, providing more control over the appearance of calculation results and the last row containing calculations.
- added explanatory comments for example css snippet
0.1.0
- initial release