I have created a Xaringan presentation with HTML widgets and custom formatting through CSS file modification. When I try to send the HTML file as an attachment via email or upload the HTML file to a site, none of the widgets or formatting are preserved. Is this normal Xaringan behavior? Is there a way to output the presentation in such a way that the contents are preserved when sharing as an attachment or a site upload?
Asked
Active
Viewed 256 times
0
-
I suspect that you haven't send the other necessary files e.g. CSS etc. Self-contained xaringan slides needs work at the moment: https://github.com/yihui/xaringan/issues/3 – Emi May 25 '19 at 03:48
-
Thanks for this. I will give up on self-contained slides at the moment. For bonus points can you explain the source of the dependency? Once HTML file is created, why/how does presentation require additional files? – LBro May 25 '19 at 10:28
-
Because css files describe the style, images are not contained in html etc – Emi May 26 '19 at 22:01