Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
84 views

I'm creating a Quarto Reveal.js presentation and cannot get the author information to center on the title slide, despite having text-align: center; in my CSS. The title and subtitle center correctly, ...
LDT's user avatar
  • 3,198
0 votes
1 answer
76 views

I have a slide in a revealjs presentation created with quarto, with several fragments and an incremental list (example below). Ideally, the speaker notes should be visible at specific moments, as ...
Bogdan Micu's user avatar
1 vote
1 answer
63 views

When I render the revealjs document, the code output div/ section has the corners which are not the same background color as the output (see attached image with red arrows). Can this be fixed to match ...
Shubham's user avatar
  • 397
0 votes
0 answers
32 views

I'm trying to creat this effect in Quarto Reveal.js presentations with a space between two or more columns of text, which is not filled with background color set for individual columns. For now I'm ...
user829438's user avatar
1 vote
1 answer
156 views

I am using Quarto to create a Reveal.js presentation. My YAML looks like this: --- format: revealjs: footer: "Footer text" --- I would like the footer to always show the current date (...
TarJae's user avatar
  • 80.2k
2 votes
1 answer
113 views

With {.fragment .fade-in-then-out}, we can display some content that disappears at the next fragment. I would like something like .fade-in-then-still-in-then-out, where the content would remain ...
armandfavrot's user avatar
1 vote
1 answer
54 views

On one slide of my presentation, I use .fragment.fade-in to make elements appear one after another. I would like to change the style (e.g., text formatting) of a fragment’s content when a second ...
armandfavrot's user avatar
0 votes
1 answer
60 views

I am trying to setup reveal.js and would like to get the fullscreen functionality to work. When I press 'f' it does expand to fullscreen but then shrinks right back down to normal size. It's ...
user23652581's user avatar
2 votes
0 answers
126 views

I'm trying to use shinylive to show a shiny python example in a revealjs quarto presentation. Unfortunately, the shinylive output keeps rendering and doesn't show the output. Here is a reproducible ...
Quinten's user avatar
  • 42.8k
1 vote
0 answers
39 views

We have this site build with reveal.js: https://jano.pt Everything looks good (the way we want) in our computer browsers. But in mobile the layout switches to scroll layout. And the navigation arrows ...
Expo Lixo's user avatar
1 vote
1 answer
214 views

I am trying to define a new operator in Quarto presentation (revealjs), but I either fail or it adds a white empty slide. Here are two examples: Fails This code fails in the sense that \N is not ...
mistral's user avatar
  • 180
1 vote
1 answer
73 views

I am preparing slides for a course in Quarto using Revealjs. How can I render two different versions of the presentation? One for the students (including tasks) and one for the presenter (including ...
OnLeRo's user avatar
  • 157
0 votes
2 answers
312 views

Update: This question was submitted as a request on the https://github.com/quarto-dev/quarto-cli/discussions/12276! I'm working on a Quarto blog where each post consists of a reveal.js slide show. My ...
TarJae's user avatar
  • 80.2k
2 votes
1 answer
169 views

This is a follow-up question. I’m wondering how to format a series of footnotes in a reveal.js slide. For example, I would like to apply three footnotes to one sentence, like so: test_1[1-3] My ...
TarJae's user avatar
  • 80.2k
4 votes
1 answer
266 views

I’m creating a Reveal.js presentation using Quarto and I want to cite the same footnote multiple times in the same slide. Here’s a minimal example (all in one .qmd file): --- title: "test" ...
TarJae's user avatar
  • 80.2k
1 vote
0 answers
87 views

As far as I understand, the .r-stretch helper class of Reveal.js can be set on an image. Here's the example of the original documentation: <h2>Stretch Example</h2> <img class="r-...
Joshua Muheim's user avatar
0 votes
0 answers
96 views

In the example below the divs display inconsistent, non-matching colors and the last div of each section's div fence is underlined. Why is this happening? I want each div fence to match colors and not ...
EastBeast's user avatar
  • 239
3 votes
0 answers
140 views

In a Quarto revealjs presentation with level 1 and 2 slides, I'm trying to add a reference to a specific slide by its slide number. However, the level 1 slide interferes with the numbering, which ...
Dan Chaltiel's user avatar
  • 8,622
1 vote
1 answer
108 views

How do you change colors for other timers subsequent to the first timer using the countdown package in Quarto revealjs presentations? The user manual for the countdown package indicates that it's ...
EastBeast's user avatar
  • 239
4 votes
1 answer
146 views

I would like the first bullet point to be automatically displayed when using an incremental list in a revealjs presentation in Quarto. --- title: "My Presentation" format: revealjs --- ## ...
cdara's user avatar
  • 41
1 vote
1 answer
149 views

In a Quarto presentation I'm trying to change the color of a portion of text inside of a single line, and in such a way that the fragments appear one after the other. Here is my QMD file so far: --- ...
Addem's user avatar
  • 4,013
1 vote
1 answer
178 views

I am using Quarto to create slides with reveal.js. When a title slide is long, I want it to be in a smaller font size, plus other changes. I thought of creating a class to modify the heading when it ...
Claudio's user avatar
  • 1,615
0 votes
0 answers
309 views

I'm trying to do Full Setup as documented here: https://revealjs.com/installation/ And the step 3 cd reveal.js && npm install fails as follows: Library not loaded: /opt/homebrew/opt/icu4c/lib/...
user14381362's user avatar
0 votes
1 answer
142 views

When working on a quarto document in R, the ggplot using geom_sf usually produce white borders which appear in dark theme. You can get rid of those what using #| fig-width: xx #| fig-height: yy but it ...
Cedric's user avatar
  • 2,503
0 votes
1 answer
324 views

I have several reveal.js presentations, and I want to host them online so that I can access them from anywhere, rather than just on my laptop. I also host a blog site using the static engine Hugo, ...
Alasdair's user avatar
  • 1,414
0 votes
0 answers
128 views

I have an SVG file with multiple, sequential animations (1. an arrow appears from left to right; 2. a tirangle grows while changing color; 3. the triangle now shrinks). I want to include the animated ...
terauser's user avatar
0 votes
1 answer
212 views

I'm trying to deploy a Reveal.js presentation using the external plugin, https://github.com/janschoepke/reveal_externa. The thing is that when deployed, it shows the following error: To my low ...
Javier's user avatar
  • 13
1 vote
1 answer
255 views

I'm making a slide deck in markdown, that I convert to a revealjs presentation with quarto. I want to embed iframes from Desmos, to show some nice interactive graphs. The iframes are not loading. How ...
rturquier's user avatar
  • 457
0 votes
1 answer
260 views

I'm making a Quarto presentation and I'd like (for a bit of fun) to be able to use font awesome icons as bullet points. I have a css style sheet which I point my Quarto doc to on rendering. I don't ...
LucaS's user avatar
  • 1,335
1 vote
1 answer
77 views

I attempted to render a revealjs presentation using parameterized reporting. Even though I specified revealjs as the format in the YAML header and set the output_format to "revealjs" in the ...
Hamson's user avatar
  • 43
1 vote
1 answer
200 views

I’m working on a Quarto presentation using Reveal.js, and I’m trying to automate the process of applying section headings to all slides within a section. Specifically, I want each slide under a ...
Rasel Biswas's user avatar
0 votes
0 answers
55 views

I simple run this code in a jupyter notebook/lab cell: from ipycanvas import Canvas from ipywidgets import Button from IPython.display import display WIDTH = 200 # px HEIGHT = 200 # px # Create a ...
user2853437's user avatar
0 votes
1 answer
186 views

I'd like to make (parts) of a background image in my quarto transparent by adding a (linear) gradient transparency layer. This will help with focus of then image and reading text on busy background ...
ekstroem's user avatar
  • 6,199
0 votes
0 answers
472 views

I'm trying to use the embedpdf Quarto extension to show pdfs inside a revealjs presentation. This works fine when I run the presentation on my own, but when I share it the embedded pdf doesn't work ...
Quinten's user avatar
  • 42.8k
1 vote
1 answer
65 views

I say weird, but it is probably just that I do not understand what is going on. I am using the code-fold option for some code. I want to change the color of the Code button that appears above the code ...
Joshua Merfeld's user avatar
0 votes
1 answer
121 views

In a Quarto revealjs document, I would like to reveal some code sequentially, and then print the result at the end but only show the result once I've highlighted the line that prints the output. Here'...
user1713174's user avatar
0 votes
1 answer
212 views

I would like to create multiple blockquotes incremental in a revealjs Quarto presentation. Unfortunately when using ::: {.incremental} does work when using > blockquotes. Here is some reproducible ...
Quinten's user avatar
  • 42.8k
0 votes
1 answer
124 views

I have a svelte component that embed a revealjs: <script> import { onMount } from 'svelte' import Reveal from 'reveal.js'; import Markdown from 'reveal.js/plugin/markdown/markdown.esm.js'; ...
sooon's user avatar
  • 4,938
0 votes
1 answer
547 views

This is my example code: --- title: "test" format: revealjs: footer: Institute of | Tarjae --- <!-- Style and format of footer --> <style> .reveal .footer { display: ...
TarJae's user avatar
  • 80.2k
1 vote
1 answer
244 views

In my understanding, reveal.js is just vanilla JS, so there should be no problem when using it with Deno. On routes/index.tsx I have: import Island from "../islands/Island.tsx"; export ...
Ooker's user avatar
  • 3,404
1 vote
1 answer
225 views

I would like to style a link inside of a Quarto reveal.js presentation as a button, similar to this thread: https://github.com/quarto-dev/quarto-cli/discussions/4920. However, the links are not styled ...
dufei's user avatar
  • 3,489
3 votes
1 answer
497 views

This one isn't hidden at first: The last sentence should be hidden at first. When it is revealed, it should be highlighted at the same time. <span class="fragment highlight-red">But as ...
Ooker's user avatar
  • 3,404
2 votes
2 answers
890 views

I have a two column layout slide with some bullet points in revealjs Quarto. Now I would like to incremental show the columns. This means first show the left column and next the right column. When we ...
Quinten's user avatar
  • 42.8k
1 vote
1 answer
201 views

I have a quarto / revealjs presentation in R and like to fix my table of contents. Every (level 2) heading is translated into repeated bullet points in the TOC. How can I exclude some headings from ...
Marco's user avatar
  • 2,887
-1 votes
1 answer
154 views

I am currently working on a presentation app for Notion and started to implement the Seminar plugin. I made the server run without any problem and opened the "room" to the presentation too. ...
Alex's user avatar
  • 1
0 votes
1 answer
408 views

I am using the Quarto revealjs presentation format. I am using .r-stack to stack a bunch of images on top of each other as so: --- format: revealjs --- ## My slide :::{.r-stack} :::{.fragment .fade-...
David M. Kaplan's user avatar
0 votes
1 answer
214 views

I would like to use Font Awesomes to change my bullet points. I tried using the following code from this question which uses html in my revealjs Quarto presentation: --- title: "Font Awesome"...
Quinten's user avatar
  • 42.8k
1 vote
0 answers
133 views

I'm exporting my jupyter notebook that containing a plotly plot as slides using nbconvert. The plot should fill the entire slide in the exported document. Here's a minimal example of my code: import ...
Tobias's user avatar
  • 176
0 votes
0 answers
61 views

When doing RevealJS slides with Quarto, I'm using the pagedown::chrome_print() function to convert the slides to PDF format. This works pretty well, however, code chunks are getting an indentation ...
Stefan Hansen's user avatar
0 votes
1 answer
104 views

Within reveal.js, I'm having issues pausing or ending 'background' audio playback. Within one of my first slides, I'm amending the tag with data-autoplay and data-ignore to ensure that it proceeds to ...
Marc's user avatar
  • 1

1
2 3 4 5
14