From df1c3461ace47a670af3a948ddb844ba7a58b39b Mon Sep 17 00:00:00 2001 From: Sylwester Arabas Date: Thu, 14 May 2026 23:21:10 +0200 Subject: [PATCH 1/3] README link to Quarto docs --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48b5498..dfb20bd 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,10 @@ In addition, the sample notebook includes BibTeX-format bibliography catalogue s ## How to use it? -To use it, grab the [example `.ipynb` file](https://github.com/habemus-python/quarto-agh-slides/blob/main/slides.ipynb) and edit it with your favourite Jupyter notebook tool. +To use it, grab the [example `.ipynb` file](https://github.com/habemus-python/quarto-agh-slides/blob/main/slides.ipynb) and edit it + with your favourite Jupyter notebook tool. -To generate HTML files for presentation, do `quarto render slides.ipynb --execute --to revealjs`, the output should look like this: +To generate HTML files for presentation, do `quarto render slides.ipynb --execute --to revealjs`, the output (`slides.html` file) should look like this:

Date: Thu, 14 May 2026 23:27:38 +0200 Subject: [PATCH 2/3] more features Expanded the list of Quarto/Revealjs features for clarity. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dfb20bd..ac3b481 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ To generate HTML files for presentation, do `quarto render slides.ipynb --execut To convert it to a pdf, open in a browser, select `☰ :: Tools :: PDF Export Mode` and use the browser's print dialog to save a pdf. -To learn more about Quarto/Revealjs features (e.g., speaker notes, multi-column slides, layout helpers, absolute positioning, animations, backgrounds, videos), +To learn more about Quarto/Revealjs features, e.g., speaker notes, multi-column slides, layout helpers, absolute positioning, animations, backgrounds, videos, + slide navigation, speaker view, audible accessibility helpers, automatic slide stepping, timing, chalkboard plugin, multiplexing and many more, [read the friendly manual](https://quarto.org/docs/presentations/revealjs/). ## Quarto templates from other universities From 7d6e67d9a4da55c4dc2a3ff7a8cd0958a618591c Mon Sep 17 00:00:00 2001 From: Sylwester Arabas Date: Thu, 14 May 2026 23:32:03 +0200 Subject: [PATCH 3/3] Add 'plugin' to the wordlist --- .wordlist.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/.wordlist.txt b/.wordlist.txt index 8217e85..1bfaf31 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -70,3 +70,4 @@ Jupyter Perkel ipynb revealjs +plugin