slidev icon indicating copy to clipboard operation
slidev copied to clipboard

Presentation Slides for Developers

Results 207 slidev issues
Sort by recently updated
recently updated
newest added

**Describe the bug** After Running the demo on StackBlitz, I got some warns from vue: `[Vue warn]: injection "Symbol(slidev-slidev-context)" not found.`. And then click the 'Press Space for next page'...

bug
pr welcome

**Describe the bug** The Web page can't show any content **To Reproduce** I use the command `slidev` it can run properly. But when I open the web page, there is...

**Describe the bug** I wanted to try the `slidev` and followed the installation process from its documentation. When I create a project, I got syntax error output on my terminal....

**Describe the bug** After upgrading to 0.35.4, using component `slideCurrentNo` in customized layouts causes error. Here is the error message: ![image](https://user-images.githubusercontent.com/8319391/183051755-c72368f9-70b6-445a-a230-9abdb09502e5.png) However, this problem does not occur when using slidev...

## Motivation 🔥 Fixes: #662 I implemented a feature to export pdf with outlines. A user can generate a pdf with outlines if they specify `--with-toc` option in command line....

**Problems encountered** When there are many PDF pages, I want to quickly locate the specified page, because there is no directory and I need to scroll many times to find...

enhancement
help wanted
pr welcome

Custom Components in components/ dir do not work. Downloaded examples also won't work. How to use this feature? ---- Custom components don't work well with globally installed slidev. But it...

I try to use `npx slidev export` to export pdf, but it always fails on: ``` ▲ rendering █████░░░░░░░░░░░░░░░░░░░░░░░░░ 1/6page.goto: Timeout 30000ms exceeded. =========================== logs =========================== navigating to "http://localhost:12445/1?print", waiting...

needs reproduction

**Is your feature request related to a problem? Please describe.** When moving into the "slide overview" mode, it would be convenient to see the opened slide directly in the middle...

enhancement

**Describe the bug** Currently, Slidev auto-selects the "cover" layout for the first slide and "default" for the rest. I feel it should select the "intro" layout for the first slide...