You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the suggestion and tips! I did some research on this and currently my favorite CSS solution is https://kyusuf.com/post/completely-css-tabs/. I don't quite like the shortcode approach, since the syntax looks too "raw," and I'd prefer R Markdown's syntax, i.e., add the tabset class to a header, and subsequent sub headers become tabs. I could make this feature work for both R Markdown and plain Markdown posts.
That looks very exciting! I have been using panelset within distill and we decided to not build in support- but this is such a great feature for blogs. I also noticed this link for "accessible tabs": https://a11y.nicolas-hoffmann.net/tabs/#robust_accessible
Similar to tabsets in R Markdown/bootstrap based outputs, and the xaringanExtra panelset:
https://pkg.garrickadenbuie.com/xaringanExtra/#/panelset
This is a neat shortcode based approach, up to you whether folks use this as a module or you build it in 👍
https://github.com/rvanhorn/hugo-dynamic-tabs
used here:
https://www.nistara.net/videos/
Comes up frequently on the wishlist for blogdown users, for example: rstudio/blogdown#69
The text was updated successfully, but these errors were encountered: