slidev
slidev copied to clipboard
Presentation Slides for Developers
**Describe the bug** When recording in Google Chrome with camera view, the audio and video are out of sync. (Tested with Safari, this didn't happen). Tested that it isn't just...
Provide built-in directives and components `v-if-click` and ``. Context: https://github.com/slidevjs/slidev/discussions/155 So, in summary, `v-click` will works like `v-show`, while `v-if-click` works like `v-if`.
**Is your feature request related to a problem? Please describe.** Yes I'm trying to use slidev for step by step solutions to math problems. I thought I could highlight steps...
**Is your feature request related to a problem? Please describe.** It would be great if we can enable or disable certain slides from the presentation before I start my presentation...
**Describe the bug** I met the same problem as #194 in the version 0.22.7 enviroment: - Windows 10 - node 14.17.4 - npm 6.14.14 ``` > npx slidev build ●■▲...
When we use the following markdown code: ```html {3,5} HTML Document This is demo text. ``` and use the line highlighting for line 3 and 5, then we have a...
**Is your feature request related to a problem? Please describe.** Edit mode is available in display mode but not in presenter mode. If you are doing a live presentation, it...
**Describe the bug** Hot module reload doesn't work for content wrapped in `` component. **To Reproduce** Steps to reproduce the behavior: 1. Write some content on many lines 2. Wrap...
**Is your feature request related to a problem? Please describe.** I'm building a Drupal / Nuxt framework, Druxt, and would like to have my presentation running inside of a Nuxt...
This isn't really an "essential" feature, but i think that animations in the style of [code-surfer](https://github.com/pomber/code-surfer) would be really cool. It has some cool features such as split-view with highlighting...