stefnotch

Results 547 comments of stefnotch

Maybe it's also worth considering adding the `\substack{}` command for multiple lines.

I agree that the current handling of matrices could use some improvements. For what it's worth, here is how some other editors handle this **Swiftcalcs** (which I think uses a...

I personally would make new rows have as many columns as the previous one, because I don't think that non-square matrices are very common and I also don't think that...

Relevant issue https://github.com/arnog/mathlive/issues/225

A fix for the caret is to use box-shadows ```css .ML__caret:after { border-right-width: 0px !important; margin-right: 0px !important; width: 0px !important; box-shadow: 0px 0px 0px 1px var(--caret,hsl(var(--hue,212),40%,49%)); } ```

@yakovyarmo Which operating system? Which language? Which keyboard layout?

@yakovyarmo That seems odd, I can't reproduce this. Could you try `windows`+`v` and try pasting something from the clipboard? This should work since you're on Windows. Also, could you put...

That looks odd. Do you know if any software or hardware could be messing around with the keyboard/input? At the beginning, it looks like the `v` key has been pressed...

> > All of these are working, I also wrote custom key binding which did work. > I did notice that the (paste event)[https://developer.mozilla.org/en-US/docs/Web/API/Element/paste_event] doesn't get fired. Just to clarify,...

So, the following is greyed out for you? ![image](https://user-images.githubusercontent.com/10220080/123829910-21323580-d903-11eb-8708-83f1e5174e80.png) In that case, I'd almost suspect some piece of software that is installed on both machines. Even though that'd be rather...