Quarto integration
Would it be possible to add a quarto filter for stlite? We did this for shinylive and it's been extremely convenient for our documentation.
Example documentation: https://shiny.rstudio.com/py/docs/overview.html
Quarto integration: https://github.com/quarto-ext/shinylive
Thank you for the suggestion. While I'm not familiar with Quarto, it seems possible. I will give it a try.
Awesome, I'm sure that the quarto team would be happy to help out if you have questions
@GShotwell Hi, do you think it's ok just to convert the code blocks to iframes embedding the stlite sharing, or should it be completely self-containing?
Sorry for missing this, I'm not totally sure about the answer to that. My guess is that with stlite it would be fine to use iframes given the way the rendering works, but I don't actually know the reason why shinylive used the implementation it did. I'll ask Winston to see if he has any thoughts.
Thank you! I created a very first version with iframe anyway: https://github.com/whitphx/quarto-stlite (It's easier to implement.)
I appreciate it if you give it a try and give some feedback!
Also, I'm a beginner of Lua and Quarto, so some code-level advice/feedback is helpful :)