Jacob

Results 233 comments of Jacob

@brend32 Instead of forking the repo you should consider releasing the highlighter as a standalone npm package. This would let people easily install it in existing projects and would open...

I'm not sure what you mean by > enable themes out of the box in Motion Canvas directly Motion Canvas ships with only one default theme. The `LezerHighlighter` accepts a...

@philldev I can't reproduce the problem unfortunately. I installed the theme: ```sh npm i @uiw/codemirror-theme-tokyo-night ``` And the following code works just fine: ```tsx import {parser} from '@lezer/javascript'; import {tokyoNight}...

I'm really sorry it took me so long. Thanks so much for all the work!

@Quantodeluz Try using the array syntax and wrap the `y` in a single curly bracket pair: ```ts ['\\Delta', '{y}'] ``` We join the parts with no spaces so `{{\\Delta}}{{y}}` ends...

I think it's a great idea. But we should stay consistent with other settings and make the background setting separate for the preview and for the rendering without any inheritance/default...

Agree, something like `gridAnchor` would be useful

Changing this to a documentation issue since, as mentioned on the Discord server, these handles already exist, it's just that they are available when holding `SHIFT` I think a page...

@hhenrichsen This would conflict with #970

We used to have that, people would edit the range by mistake while trying to drag the playhead. That's why it's now disabled by default.