Anthony Fu
Anthony Fu
Thanks but I'd prefer to have this fixed upstream.
The first frontmatter also served as inline config, which expects a full reload when some field changes. We could probably improve the experience here by diff the before/after and only...
For you to preference: https://github.com/antfu/talks
PR welcome to support `selectable: false` and remove the global `user-select` disabling.
v0.34.2 added the button to copy the code for each code block.
Would ```ts .slidev-code { user-select: text; } ``` work?
AFAIK, most browsers only support recording to webm format, and I don't know how to convert them efficiently with JS
This could be done on the user side by creating a component with the Vue context: https://sli.dev/custom/vue-context.html An minimal example: ```html {{route.meta.title}} ```
Can't reproduce, what's the content of your slides, does it do with any web requests?
> Is it possible to increase the timeout a bit? ```bash $ slidev export --timeout 3000 ``` You can also try to disable the remote assets downloading ```md --- remoteAssets:...