-
**Describe the bug**
When using slidev as a global user binary (installed at `$HOME/.local/lib/node_modules/.bin/slidev` using `npm install --prefix $HOME/.local/lib/node_modules`), the `slid…
-
**Is your feature request related to a problem? Please describe.**
I want to implement custom progress bar component with different display logic when presentation is being presented or being exporte…
Envek updated
8 months ago
-
**Describe the bug**
Same problem as https://github.com/slidevjs/slidev/issues/1115, but with the Slidev Version v0.43.15.
If you install slidev globally, when build SPA by running command s…
-
# Describe the bug:
The emojis on slide 2 of the example slides get rendered incorrectly on PDF export. The same happens for custom slides with emojis. Only their silhouette gets rendered in …
-
**Describe the bug**
Hi, when I try to load my custom `theme.json` that I used for shiki before:
```ts
import { defineShikijiSetup } from '@slidev/types'
const myTheme = JSON.parse(fs.…
-
**Describe the bug**
Using monorepo to develop a theme locally, writing the theme path in md can render normally, but writing the theme name will not work
**To Reproduce**
Build monorepo with pnp…
-
**Describe the bug**
When you write `` within a code block in your slides, the twitter widget js is still included in `index.html`
**To Reproduce**
Steps to reproduce the behavior:
1. Cr…
-
**Describe the bug**
When attempting to start Slidev with no slides, default slides cannot be created.
**To Reproduce**
Steps to reproduce the behavior:
1. `rm slides.md`
2. `npx slidev`
3. Yo…
-
**Describe the bug**
Adding the file `vite.config.ts` at root level is not taken into account by `npm run dev`
**To Reproduce**
Steps to reproduce the behavior:
1. Create a new slidev project wi…
jmpp updated
9 months ago
-
**Describe the bug**
In contrast to the highlighter prisma, shiki adds a trailing new line to code blocks.
![image](https://github.com/slidevjs/slidev/assets/1105080/1532ff8b-62ae-4f3d-9f2…