Anthony Fu
Anthony Fu
I think it might be better for us to directly support registering multiple entries to a slidev instance, that the user could switch on the client side. For example, `slides.md`...
I kinda like @george-gca's solution personally, as it works without an extra compile step, and supports components outside of markdown (basically a vue-i18n integration). It might be possible to be...
I don't really want to introduce too much markdown syntax to do so. On top of the i18n yaml files, I guess we would have a some inline-local translations (that...
Good to know, Glow - thanks for introducing it! First, to your desired features: > Highlight separate tokens (usually words) You could, Shiki has a very powerful [transformer API](https://shiki.style/guide/transformers) -...
This looks very cool! But yeah I agree with @KermanX, I also think it's better to implement it as an external addon.
Would https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API be the universal solution? But I suppose in order to have good animations (like Shiki and KaTex), it has to be specific at some extent to know what...
PR welcome to add a `host` option, thanks!
We temporarily closed this due to the lack of enough information. We could not identify whether it was a bug or a userland misconfiguration with the given info. Please provide...
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 best...
> 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 minor version, where...