PaddiM8 / kalker

Scientific calculator with math syntax that supports user-defined variables and functions, complex numbers, and estimation of derivatives and integrals
https://kalker.xyz
MIT License
1.64k stars 74 forks source link

Web version: Completion for special symbols doesn't include parentheses #40

Closed abrudz closed 3 years ago

abrudz commented 3 years ago

The documentation says that e.g. sum becomes Σ() but in in the web version it only becomes Σ.

So too, it says ( becomes () but this doesn't work.

In addition, enclosing groups like ⌈⌉ do nove move the web cursor inside.

PaddiM8 commented 3 years ago

Hm yeah that would be nice. I had some troubles doing this in the past, but it may be easier now since I completely changed the way the input field works. I'll look into it.

PaddiM8 commented 3 years ago

Should work now!