Skip to content

Releases: eatcodeplay/obsidian-simple-table-math

0.2.4

19 Sep 16:35

Choose a tag to compare

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

22 Jun 11:28

Choose a tag to compare

Improvements

  • Ensure all events are registered and unload properly
  • Better copy shortcut detection

0.2.2

25 Apr 08:11

Choose a tag to compare

Refactors

  • Refactors notice creation to use sanitizeHTMLToDom for security.
  • Replaces innerText with textContent for setting text in the table rendering logic, aligning with best practices.

0.2.1

24 Apr 14:14

Choose a tag to compare

Fixed: now using the original obsidian css variables for calculated cell padding

0.2.0

24 Apr 13:02

Choose a tag to compare

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

23 Apr 23:01

Choose a tag to compare

  • initial release