- can’t export ppt or keynote
- export pdf and change ppt or keynote file will be broken
Layout
intro
image-rightimage-left
Slidev
Slidev employs some directory structure conventions to minimize the configuration surface and to make the functionality extensions flexible and intuitive. The basic structure is as follows: your-slidev/ ├── components/ ├── layouts/ ├── public/ ├── setup/ ├── styles/ ├── index.html ├── slides.md ├── vite.config.ts └── windi.config.ts All of them are optional.
https://sli.dev/custom/directory-structure.html

slidevjs/slidev
I always found myself spending too much time styling and layouting slides when using apps like PowerPoint / Keynote / Google Slides. Whenever I need to share code snippets, I would also need to use other tools to generate the highlighted code as images over and over again.
https://github.com/slidevjs/slidev

Seonglae Cho
