Skip to content

Commit

Permalink
add revealjs theming gist to gallery (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt authored Nov 20, 2024
1 parent 446a252 commit 60b279a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vignettes/gallery.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,21 @@ quartochunk_code <-
"https://gist.githubusercontent.com/hfrick/1ca8fc2cb2a4409b743e8120c6cc2223/raw/a9703edfbd4e83839af0278c33add1b33e243d02/quartochunk-replace.md"
)'
revealjs_theming_code <-
'prompt_new(
"revealjstheming",
"replace",
"https://gist.githubusercontent.com/EmilHvitfeldt/c2a3f8f294aec242144a9e135db2e2a3/raw/79298f9f5178a558e2c3422d745e7393fd483396/revealjs-scss-theming-prompt.md"
)'
gallery <-
tibble::tribble(
~Description, ~Role, ~Interface, ~Author, ~`Use it via...`,
"[Convert erroring code to use cli](https://simonpcouch.github.io/pal/reference/pal_cli.html)", "cli", "replace", "Simon Couch", "library(pal)",
"[Convert unit tests to testthat 3e](https://simonpcouch.github.io/pal/reference/pal_testthat.html)", "testthat", "replace", "Simon Couch", "library(pal)",
"[Template function documentation with roxygen](https://simonpcouch.github.io/pal/reference/pal_roxygen.html)", "roxygen", "prefix", "Simon Couch", "library(pal)",
"[Transition to Quarto-style chunk headers](https://gist.github.com/hfrick/1ca8fc2cb2a4409b743e8120c6cc2223)", "quartochunk", "replace", "Hannah Frick", quartochunk_code,
"[Add or modify revealjs scss theming](https://gist.github.com/EmilHvitfeldt/c2a3f8f294aec242144a9e135db2e2a3)", "revealjstheming", "replace", "Emil Hansen", revealjs_theming_code,
# silly example to be removed once there are other pal extension pkgs
"[Always reply 'beep bop boop'](https://github.com/simonpcouch/palpable)", "boop", "replace", "Simon Couch", "pak::pak(\"simonpcouch/palpable\")\nlibrary(palpable)"
)
Expand Down

0 comments on commit 60b279a

Please sign in to comment.