-
**Describe the bug**
Error in terminal
```
(node:47546) UnhandledPromiseRejectionWarning: TypeError: loadTheme is not a function
at /path/to/project/node_modules/@slidev/theme-seriph/s…
-
**Describe the bug**
Adding meta tag that will be image thumbnail is worked in dev. But got no image in prod.
**To Reproduce**
Steps to reproduce the behavior:
1. Create `index.html`
2.…
-
**Describe the bug**
slidev can't reder latex formula in div,but can render latex formula without div.
**To Reproduce**
example code:
```
---
# test latex
inline formula in div:…
-
**Describe the bug**
After the basic setup (`npm init slidev`), you get a blank page due to an `Internal Server Error`.
```
9:15:28 AM [vite] Internal server error: Failed to resolve import…
-
**Describe the bug**
Getting the following error after starting the dev server:
```
3:18:39 PM [vite] Internal server error: Failed to resolve import "@vueuse/shared" from "node_modules/.…
-
**Describe the bug**
I try to use `slidev` globally. It worked well for both the installation and creating new project, but I cannot get access to the localhost slide show at last.
**To…
-
**Is your feature request related to a problem? Please describe.**
While Mermaid is great, it misses some diagrams that PlantUML has (for instance, a component diagram).
**Describe the solution yo…
-
Drawing on slides get synced regardless of being in the presenter mode or not.
For example when presenting a slide, a 'normal' viewer could draw something and everyone would see this drawing.
1…
-
**Describe the bug**
when i install slidev in manual way and run npx slidev, can't see anything in ui.
npm install @slidev/cli @slidev/theme-default
npx slidev
my nodejs version is 14.…
-
It is a bit cumbersome if one wants create lightweight slides (e.g. lecture notes) frequently but has to start a nodejs project and build the SPAs for each of them.
I'm wondering if it is possible …