R/quarto-help.R
quarto_help.Rd
Very opinionated of links I need to access periodically. Easily accessible from R console.
quarto_help(subject = NULL)
A character vector (optional)
All possible links for help invisibly
gt_help <- quarto_help() |> tibble::enframe() |> gt::gt() |> gt::fmt_url(value) gt_help name value dashboard https://quarto.org/docs/dashboards/data-display.htmlmanuscript https://quarto.org/docs/manuscripts/authoring/rstudio.htmlrevealjs https://quarto.org/docs/presentations/revealjs/blog https://quarto.org/docs/websites/website-blog.htmltheme https://quarto.org/docs/dashboards/theming.html#theme-optionsparam https://quarto.org/docs/computations/parameters.html#knitrquartopub https://quarto.org/docs/publishing/quarto-pub.htmlgh-actions https://quarto.org/docs/publishing/github-pages.htmlnetlify https://quarto.org/docs/publishing/netlify.htmlgallery https://quarto.org/docs/gallery/news https://quarto.org/docs/download/shortcode https://quarto.org/docs/extensions/shortcodes.htmlcontent-hide https://quarto.org/docs/authoring/conditional.html