Skip to content
Discussion options

You must be logged in to vote

You should never really be using __quarto_custom_node; we thought the double underscores were scary enough to indicate this was for internal usage only!

There is a way to create tabsets in Lua, and that's using quarto.Tabset() and quarto.Tab(). These are intended to be used by filters, but we haven't documented them properly yet (it's coming!). We have a minimal example in our test suite at https://github.com/quarto-dev/quarto-cli/blob/main/tests/docs/smoke-all/2024/05/15/9691.qmd and https://github.com/quarto-dev/quarto-cli/blob/main/tests/docs/smoke-all/2024/05/15/topanel.lua

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@mcanouil
Comment options

Answer selected by jreades
Comment options

You must be logged in to vote
1 reply
@jreades
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
extensions relates to Quarto extensions mechanism tabsets lua Issues related to the lua codebase, filter chain, etc
4 participants