Embedding JS sandbox in quarto/reveal presentation? #4816
-
I'm preparing lectures for a UI/UX class. I would like to embed a live code windows in my Quarto/Reveal presentation so that I can demonstrate live code WITHIN the presentation, without having to open an alternate window.. A nice toolkit already exists: https://sandpack.codesandbox.io/docs. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I thought it was more complicated, requiring "include-header-before" and all that stuff. NOPE. For my lecture use case, it's a simple cut/paste from the sandbox site.
A simple paste of an <IFRAME> automatically generated on the codesandbox site into the QMD file is all it takes. |
Beta Was this translation helpful? Give feedback.
I thought it was more complicated, requiring "include-header-before" and all that stuff. NOPE. For my lecture use case, it's a simple cut/paste from the sandbox site.
A simple paste of an <IFRAME> automatically generated on the codesandbox site into the QMD file is all it takes.