Jonatan Heyman

Results 24 comments of Jonatan Heyman

I think the default keymap for zoom in/out is coming from Electron. Is this on Windows? On Mac `CMD`-`+` works as expected.

Ok, I think `CTRL`+`+` makes more sense than `CTRL`+`Shift`+`+`, so that should be fixed

Someone has reported this as a bug in Electron: https://github.com/electron/electron/issues/40674 And here someone proposes a workaround: https://github.com/electron/electron/issues/5256#issuecomment-692068367

Potentially. Since I want everything that goes into Heynote to have a high level of "polish", implementing this well wouldn't be a quick fix. You must be able to turn...

IIRC, what prompted me to create the feature request back in 2015 was that I found out that I had a duplicate instance of a backup job that was dumping...

Thanks for the report! Note: `Cmd + Shift + K` causes the same bug on MacOS

Codemirror binds`Ctrl/Cmd-Shift-K` to `deleteLine` which will result in broken block syntax when performed either in a block with just a single line, or when all of the content of a...

As far as I can tell, #134 deletes a whole block and is not a block-aware equivalent to the `deleteLine` command in Codemirror.

> If this is headed in the right direct, i can keep going I think so 👍! It was a while since I messed with the Lezer stuff, and the...

A thought that popped up in my mind when thinking about this.. I think it would be a good idea to investigate how we could implement the actual updating of...