-
**Describe the bug**
I have a slide presentation which has loads a custom component in one of my slidse. This component is simple test just for debugging:
```js
import { onSlideEnter } from …
-
**Describe the bug**
![image](https://github.com/slidevjs/slidev/assets/2528719/8963f243-c778-4d2d-8654-4231d43329f5)
**To Reproduce**
Steps to reproduce the behavior:
1. put the bg …
lfire updated
5 months ago
-
**Describe the bug**
Why did the theme installation fail and show this picture?
![](https://img-blog.csdnimg.cn/direct/7ec16d4c48bf4b1da0edf1c2732ef94e.png)
What's that meaning?
Plea…
-
**Describe the bug**
When I execute `npm init slidev@latest` , it reports:
> Failed to resolve entry for package "fs". The package may have incorrect main/module/exports specified in its package.jso…
-
Hi and thank you very much for this wonderful VSCode extension and the great Slidev in general!
One problem I'm running into with VSCode and Slidev again and again is that the page breaks (`---`) a…
-
My slides.md looks like this:
```
---
theme: frankfurt
infoLine: true # on by default, can be turned off
author: 'noname' # shows in infoLine
title: 'notitle' # shows in infoLine
date: '2024/…
-
Hi there :wave:
I've installed globally
```bash
npm i -g @slidev/cli
```
Then the extension but I got this error
Thanks a lot 🤗
Fra
-
I wrote a Vue component that scrolls a div automatically `onSlideEnter()`. The scrolling makes use of `requestAnimationFrame`. I've noticed that this component calls `onSlideEnter()` repeatedly rath…
-
Can we update the documentation on how to include icons as described in https://sli.dev/guide/syntax#icons when publishing the slides?
I've tried including the packages in the github workflow witho…
-
**Describe the bug**
Export to PDF fails for mermaid figures.
**To Reproduce**
Steps to reproduce the behavior:
1. Minimal working example from the documentation : `test.md`
```
---
…