Francis Chua

Results 11 comments of Francis Chua

Hi @FaffyWaffles, here's a short javascript snippet I made for you. You'll need to select the image that you want to open in google images, then run the shortcut. `window.open(document.querySelector("div...

Hi @random-un, If you still happen to have a need for this shortcut, the following js snippets should work in a normal textarea. This may be preferred over adding a...

I think the linked PR should close this issue. As in the added pan+zoom demo, we will be able to translate and scale individual layers. This does mean each and...

Thanks for considering the suggestion! The more involved markdown features are really cool but aren't exactly necessary. I haven't authored an issue before, so should I close this, or leave...

That's wonderful news! I would contribute but am extremely lacking in experience writing extensions. I really appreciate your hard work :D.

It seems to me that if copying or moving `/a` and `/a/b`, it would be okay to move just `/a`. I think this because `/a/b` is still copied or moved...

I think the colors make great sense! In the comparison to Mac's Finder, though, Finder only has a single blue selection color. This does lower the mental work to understand...

Thanks for offering to implement this :D It looks to me like you could manually set the cursor position in the code below based on where the last `.` is...

It does seem like the custom axes demo tries to draw many grid marks when zoomed out. In the normal plot demo, when zooming out, I get the below. Presumably,...

I'm trying to use the lsp as well in helix, with the configuration mentioned in the opening comment and a `cargo install`ed version of typst-lsp. I'm not getting syntax highlighting...