bennymi / presveltation

PreSveltation: Create fun, interactive, and dynamic presentations and slideshows with Svelte / SvelteKit and Tailwind CSS.
https://presveltation.vercel.app/
MIT License
46 stars 2 forks source link

Integrate mdsvex #14

Open bennymi opened 1 year ago

bennymi commented 1 year ago

mdsvex: https://mdsvex.pngwn.io/ Example of what we want: https://sli.dev/

Maybe switch to UnoCSS + markdown?

riziles commented 1 year ago

I got MDsveX sort of functional. Committed all my stuff here: https://github.com/riziles/presveltation01. It's just a clone of this repo. I tried scaffolding from scratch, but the process was arduous. A couple of notes:

riziles commented 1 year ago

Figured out the Typography issues! Also turned off adapter static to speed things up.

bennymi commented 1 year ago

@riziles hey, that's awesome you got it to work!! Looks great and would making creating slides much faster! Thanks for looking into it. I think we could get an example in the demo like you have and then describe how to do it in the documentation. Feel free to create a draft PR for it as well. I have to study for exams these days so I'm a bit short on time but I'll look at it when I'm free.

Also, since you said that the set up from scratch was a bit difficult, maybe we can look into ways to make it easier and faster. I've also realized this while creating the documentation. The folder hierarchy alone might be too confusing already. I'm still thinking about what to do about it.