Open mine-cetinkaya-rundel opened 3 months ago
Useful steps:
.Rmd
to .qmd
knitr::convert_chunk_header()
class: middle
---
followed by a header, then just remove---
not followed by a header, then add ##
after to indicate a new slide---
with nothing with Ctrl+F (and then add them back just for the document YAML).pull-left-wide[
and ]
from each slideoutput
with format
and xaringan::moon_reader
with revealjs
lib_dir
linenature
ratio
hihlightLines
footer: "https://datasciencebox.org"
highlightStyle
field becomes highlight-style
and unindentsolarized-light
becomes a11y
countIncrementalSlides
linepull-left
or pull-left-wide
etc.), convert to Quarto columns: https://quarto.org/docs/presentations/#multiple-columnsThen anything with columns is tedious but manual (is what I've found).
New YAML can be
---
title: "Title text!"
subtitle: "<br><br> Data Science in a Box"
author: "[datasciencebox.org](https://datasciencebox.org/)"
format:
revealjs:
css: ["../xaringan-themer.css", "../slides.css"]
highlight-style: a11y
slide-number: true
footer: "https://datasciencebox.org"
---
Might also consider making code cells interactive with webR.