obsidian-solve icon indicating copy to clipboard operation
obsidian-solve copied to clipboard

An unobtrusive Obsidian plugin that quietly processes equations and patterns in real time

Results 13 obsidian-solve issues
Sort by recently updated
recently updated
newest added

I noticed that it doesn't display the calculation result when in reading mode, so it'd be nice if it had that feature. I use this plugin in a canvas, and...

enhancement
wontfix

I'd love to be able to refer to previous calculations in the same file via a line number reference, similar to the feature of Soulver. This allows me to break...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** Summing up a couple of numbers is what I mostly need a calculator for, and I suspect I'm not alone....

enhancement
help wanted

syntax idea: ``` import vault/path/file.md ``` Maybe the `.md` is optional. If this feature is approved I will consider doing the work on it because this project is nifty keen.

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** One thing I use Obsidian for is time tracking. An entry will look something like: ```md [[2023-12-14]] 8:30 - 9:30...

enhancement

I have lots of notes which have something like: - 2.00 L of water is at 20.0 °C. If you raise its temperature to 90.0 °C, by how much will...

enhancement
wontfix

Let me calculate along with the date. like (103 - 12 ) / days until 25.10.2023 or (103 - 12 ) / (25.10.2023 - now) I want to use it...

enhancement

**Is your feature request related to a problem? Please describe.** Sometimes I've found that I want to evaluate a given mathematical expression for a series of inputs. Right now, I...

enhancement

**Describe the bug** Calculation (sum) of floats with decimal separator set to non-ENG does not work. The decimal places are ignored if you use ",". That means the values after...

bug

**Describe the bug** `=` don't display if `%` is in the fumula. **To Reproduce** Steps to reproduce the behavior: 1. Create new file. 2. Write `100 * 50%` and `100...

bug