Best practices for rapid interactive development in Lua #4039
Unanswered
mattwarkentin
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It's unfortunately not possible with the capabilities in current Pandoc versions (and trust me, it hurts as much for us as it does for you!) Pandoc 3 improves things somewhat with A few things I do:
Improving our Lua DX is definitely on our radar! We appreciate hearing about your experiences with it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Quarto team,
Is it possible to step into an interactive Lua interpreter with access to the pandoc Lua API? I find it particularly difficult to write in Lua without being able to test the Pandoc and Quarto Lua APIs interactively without actually having to run/render a document.
How do you all go about writing Lua code? Any suggestions of best practices for rapid interactive iteration? I would love to be able to access the Quarto Lua API also, but I understand that this might not be possible outside of the context of document rendering.
I do think that if Quarto could somehow support a way to step into a Lua interpreter with access to the Pandoc and Quarto APIs it could really improve development. Open to any and all suggestions.
Beta Was this translation helpful? Give feedback.
All reactions