Results 71 comments of _Kerman

It might be better if the layout uses `flex` instead of the static `grid`. But changing this will break many existing slides.

Thanks for your advice. Clicking the left part of the outside of slide will go to the previous slide or click.

I agree with you. Also, adding a context menu can also be friendly to touch-only desktop devices like computers on the blackboard.

I've opened #1475 after being inspired by this issue. But I suddenly find I may have misunderstood what you were saying. I think arrow keys are enough to navigate between...

I think this need has been implemented by #1475 (maybe in a different way).

The code is runned in a async context currently. You can use the `await` keyword on top level. However, `setTimeout` isn't working because the program finished before the callback, then...

> But would it mean the program would only show the result once all `setTimeout` are done? Yes. And we can improve this in the future.

It seems that Shiki Magic Move doesn't support line numbers yet.

Hello, there is an almost finished PR #1513 which allows users to provide their own print templates. Would that help?

Just found https://github.com/vuejs/language-tools/pull/4321 can almost achieve this effect. Following the guide for VitePress in that PR, we can even have type information inside Markdown file: ![image](https://github.com/slidevjs/slidev-vscode/assets/63178754/c9c3c0e4-18d0-4e8f-9996-4efd965c7109)