Mickaël CANOUIL, Ph.D.
@mickael.canouil.fr
180 followers 49 following 140 posts
Biostatistician, R developer, Quarto wizard, and cinephile.
Posts Media Videos Starter Packs
mickael.canouil.fr
You could use speaker notes or use links to slide (back/forth).
mickael.canouil.fr
As the themes come directly from Reveal.js and that level one and level two slides have different meanings, I don’t believe there is a theme that shows a similar styling for the two.
So you likely need to provide additional (S)CSS to customise the behaviour of level one slides to your own liking.
mickael.canouil.fr
I don’t know what you mean by vertical slides as in Reveal.js the slides are “vertical” per section.
Press “o” to see the overview.
I believe you are talking about navigation, in that case you can change the mode to switch to the grid or vertical mode (default is linear).

quarto.org/docs/present...
Advanced Reveal – Quarto
quarto.org
mickael.canouil.fr
So incredibly useful it had to have a spot on the Awesome Quarto list!
Glad to see all this amazing materials in one easy to browser place (a Quarto book).

Thanks @emilhvitfeldt.bsky.social

github.com/mcanouil/awe...

#Quarto #AwesomeQuarto
emilhvitfeldt.bsky.social
I'm exited to announce a new resource about making slides with quarto and revealjs. This book is the combination of all the work I have done in this area, reordered and polished up

There isn't a lot of new information yet, but this format allows me to add more easily

slidecrafting-book.com
#quarto
Screenshot of first page of slidecrafting-book.com website
mickael.canouil.fr
Regarding the Quarto way, since 1.8, there is a new environment variable that holds a JSON file with all information used.
You can use it in any code cells (not specific to R via knitr) to add condition on many things (as regular if/else).
See github.com/quarto-dev/q... (not documented yet)
communicate format output to all engines · Issue #2216 · quarto-dev/quarto-cli
Via Max Kuhn: Does quarto have built-in environmental variables (or similar) during qmd compilation that reflects the output type? Similar to knitr::is_html_output() but cross-language and more spe...
github.com
mickael.canouil.fr
It’d become

```{r}
#| eval: !expr knitr::is_html_output()
#| echo: false
mickael.canouil.fr
It depends, if you want to go the Quarto way or still rely on knitr’s feature that happens to work in a limited way inside Quarto?
mickael.canouil.fr
That’s the specification (unrelated to Quarto): posit-dev.github.io/brand-yml/br...
mickael.canouil.fr
You can use regular SCSS and give that to “theme” key alongside brand.
But the goal of the brand.yml file is to provide a single file to theme various things.
mickael.canouil.fr
Discover the ultimate Quarto extensions directory!
With 200+ extensions and smart filtering by type (format, brand, filter, shortcode), finding the perfect extension for your project has never been easier.
Check it out: m.canouil.dev/quarto-exten...
#Quarto #DataScience #RStats #Python #QuartoPub
Quarto Extensions
m.canouil.dev
Reposted by Mickaël CANOUIL, Ph.D.
physaliacourses.bsky.social
Want reproducible, interactive projects? ✍️ Join Mastering Quarto CLI online course with @mickael.canouil.fr (5–6 Feb) and learn to author, format & publish with Quarto.

www.physalia-courses.org/courses-work...
Mastering Quarto CLI: From Authoring to Publishing
5th-6th February 2026
www.physalia-courses.org
mickael.canouil.fr
The usual trick in markdown is to surround with more backticks than the one used. This works for both inline code and code blocks.

`` `{language} code` ``
mickael.canouil.fr
I don’t have that but clearly willing to advertise it on the list.
It should be doable to search on GitHub for repository using one of the Quarto extensions designed for journals.
mickael.canouil.fr
You saw or you made something awesome related to Quarto either with #ObservableJS, #RStats, #Python or #JuliaLang?

Please submit a suggestion issue to #AwesomeQuarto

PS: if you like this list, star it and share it 😉

github.com/mcanouil/awe...

#Quarto #DataScience #QuartoPub
GitHub - mcanouil/awesome-quarto: A curated list of Quarto talks, tools, examples & articles! Contributions welcome!
A curated list of Quarto talks, tools, examples & articles! Contributions welcome! - mcanouil/awesome-quarto
github.com
mickael.canouil.fr
In Markdown, the common best practices are to have empty lines surrounding: headers, list, code blocks/cells, fenced divs.
This linting rule is there precisely to avoid such issues because empty lines ensure the next line is a new paragraph/element regardless of the Markdown parser.
Reposted by Mickaël CANOUIL, Ph.D.
physaliacourses.bsky.social
🚀 Online course: Mastering Quarto CLI: From Authoring to Publishing

📅 18–19 Sept | 🕑 2–5 PM (Berlin time)

👨‍💻Instructor: @mickael.canouil.fr

Learn to create reproducible, interactive documents with Quarto. Hands-on & beginner-friendly!

www.physalia-courses.org/courses-work...
Mastering Quarto CLI: From Authoring to Publishing
18th-19th September 2025
www.physalia-courses.org
mickael.canouil.fr
A Quarto Workshop to get you started: from writing prose and code to publishing documents/projects.

#Quarto #QuartoPub
physaliacourses.bsky.social
🚀 Online course: Mastering Quarto CLI: From Authoring to Publishing

📅 18–19 Sept | 🕑 2–5 PM (Berlin time)

👨‍💻Instructor: @mickael.canouil.fr

Learn to create reproducible, interactive documents with Quarto. Hands-on & beginner-friendly!

www.physalia-courses.org/courses-work...
Mastering Quarto CLI: From Authoring to Publishing
18th-19th September 2025
www.physalia-courses.org
mickael.canouil.fr
Already available on the Quarto extensions listing and the Quarto Wizard VSCode/Positron extension!
No excuses to not try it out now!

m.canouil.dev/quarto-exten...

#Quarto #QuartoPub #QuartoExtension #DataScience
mickael.canouil.fr
A new amazing Quarto extension joined my extensions listing: m.canouil.dev/quarto-exten...

Check out the "Image Mover" Reveal.js plugin by @emilhvitfeldt.bsky.social

#Quarto #RevealJS #QuartoPub #DataScience
Reposted by Mickaël CANOUIL, Ph.D.
emilhvitfeldt.bsky.social
Excited to share my newest quarto revealjs plugin: imagemover

Easily reposition and resize images directly in your quarto revealjs slides for a much smoother slidecrafting experience

github.com/EmilHvitfeld...
#quarto