It would be great if Slidev could manage multiple slide decks within a single project, allowing for more flexibility in presentations.
Hi Slidev team! First off, thanks for creating such an amazing presentation tool. I have a few feature requests that I think would make Slidev even more flexible: Multi-slide deck support: Does Slidev currently support managing multiple slide decks? It would be great if we could have more than one presentation in a single project. Decouple slidev.md from local file: Right now, the slide content is strongly tied to the local slidev.md file. Would it be possible to decouple this and allow fetching slide content via a backend API instead? Custom URL routing with pptId: The current default URL is http://localhost:3000/{pageIndex}. It would be awesome if we could support a route like http://localhost:3000/{pptId}/{pageIndex} to identify different slide decks.