-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to set the active tab in .panel-tabset
#7260
Comments
@coatless implemented this in his extension (https://github.com/coatless-quarto/tabby/). |
Traveling at the moment; but if tab sets are being visited, another useful feature would be adding to the uri a segment to specify tabs that should be open on the page / directly take you to the tab set. |
I think tab anchor is in another issue or it was only discussed in various media (at least Slack recently). |
@mcanouil okidokies; do you have an epic on tabsets or an overview I can quickly look at? (No slack access 😢).
|
We use labels: tabsets I don't find any issue about the ability to have anchor on tabsets, thus to link to specific tab. Edit: |
Discussed in #6668
Originally posted by kmkramer23 August 30, 2023
Description
I was trying to set another tab besides the first tab as the default tab in a panel-tabset when the html document launches. In Rmarkdown this can be done by adding the {.active} attribute to a tab section but that did not appear to work when rendering in Quarto. I got around the problem by writing some javascript code and putting it in the include-after-body to switch tabs on load.
Is there a better way of doing this inside a quarto document?
The text was updated successfully, but these errors were encountered: