Simple Table Math - math operations for markdown tables

Hi everyone,

One of the things i was missing was the ability to do some quick summing or math operations on markdown tables easily. So… i made it a plugin :laughing:

Here’s a demo:

You can find the plugin here:

This is an initial release and i’m hoping to get some feedback from people first, before i submit it to the community plugin index.

Currently you’ll have to install it manually (or via BRAT? have not looked into that yet).

Any feedback is welcome :hugs:

2 Likes

Just updated to 0.2.0:

  • Added context menu support for copying calculated values (only visible if your cursor is actually over a cell that contains a operation/calculation)
  • Fixed odd CSS behaviour when table or the obsidian window loose focus.
  • Better CSS naming convention - providing more control over the appearance of calculation results and the last row containing calculations, for those that want to use their own CSS-Snippet.
  • Added explanatory comments to the example css snippet
  • Some code restructuring for increased readability

I read up on BRAT as well, so yes - you can also install it via BRAT :blush: