Results 71 comments of _Kerman

`useNav()` is the global navigation API, which is a singleton. `useNav().currentPage` is the **page displayed in the main area**, while `$page.value` is the **page this component is rendered on**. (Refer...

> I can't use `$page` and `$nav` in `global-top/bottom` in the conditional without importing from `useSlideContext()`. I tried without and the conditional failed like before. Is there an exception for...

I've opened #1492 for this. However, as antfu pointed out in https://github.com/slidevjs/slidev/pull/1492#issuecomment-2031616230, #1492 is currently not mergable, and the `--per-slide` flag as a workaround currently.

Found a relative tweet about KaTex magic move: https://x.com/FreyaHolmer/status/1782498316330103180

Thanks for your report. I've noticed this strange behavior before, but I can't reproduce this now. Could you share the data in the local storage (con be found in the...

> I had one strange situation where it was messed up in Safari and I opened Chrome to the same URL and suddenly everything snapped into place in both browsers....

> Actually just replicated it. First, I opened the editor in Safari and it displays wrong. Next, I opened chrome pointing it at the same localhost URL ([http://localhost:3030](http://localhost:3030/)). Suddenly the...

I am not sure how to fix this. What can Slidev do to prevent this from happening?

> The versioning would be a little bit tricky as VS Code Marketplace does not support `-beta.x` suffix in the version. I am still not sure what would be the...

> > Could we modify the script and CI to manage VSCode extension's version and publish it separately? > > Sure we could. Than maybe we share with the same...