Calculator Plugin for Obsidian

I think a calculator plugin for obsidian should be implemented which could be used by pressing a shortcut key, so a unified workflow for students currently studying Mathematics or Science is established.

11 Likes

I embed a python replit in an iframe, then put that note in the sidebar:

This way I get a calculator plus everything python has to offer. Replit supports installing python packages and shows output windows, so you can use matplotlib to produce plots, all in the sidebar of obsidian.

https://replit.com/~

2 Likes

Nice! Thanks for helping out.

I should add that replits are by default public! You can support the devs to keep it private, currently $7/mo

1 Like

I would like the functionality of OneNote: you write a formula (5+27)^2 and when you write = it writes the solution: (2+27)^2 = 841
It would be fantastic if the result is copied (silently) to the clipboard to write the following line: CTRL-V * 0,10 =
841 *0,10 = 84,1
allowing linked calculus.
just another idea. :slight_smile:

1 Like

This would be pretty cool!

1 Like

I am looking for a calculator that works with LaTeX syntax, like solving equations and more complicated stuff. Does anyone knows such a thing? Even if it is not a obsidian plugin yet.

1 Like

Meld calc is similar to that. See

4 Likes

Great, It’s exactly what I need. THANKS !!

2 Likes

It can even do variables (just select the whole block):

N = 2
1+N=

And if you bind it to a hotkey… chef’s kiss

3 Likes

Hi, sory, but Meld calc doesn’t act like One note. It’s not auto at all…