ddanielsantos / astro-deck

mvp mdx-deck clone
6 stars 0 forks source link

feat: copy imported files #64

Closed ddanielsantos closed 1 year ago

ddanielsantos commented 1 year ago
ddanielsantos commented 1 year ago

part of #8

I consider this extremely important now (need to update #4)

ddanielsantos commented 1 year ago

given this deck file:

image

this is the generated slide

image

get-slide-content is the culprit here, it doesnt know how to handle custom imports, it was created only with builtin ones in mind

ddanielsantos commented 1 year ago

TBD in another PR