reveal.js Questions
1
According to the reveal.js setup instructions, for some of the features to be available (like external Markdown and speaker notes), presentations need to run from a local web server.
However, if I...
1
Is there any way to use the following two attributes in a markdown code block (rather than using HTML)?
<code data-trim data-noescape>...</code>
I tried adding these programmatically ...
Postmortem asked 30/10, 2016 at 10:24
5
Solved
I'm using reveal.js and trying to sort out how to force my slides to the top left-most corner of the page. That seems like it should be straightforward, but when I use the Element inspector it so r...
5
Solved
I have read various sources here and have created the following ways to redirect a user after 10 seconds. Not employed at the same time.
First attempt in PHP:
header("refresh:10;url=?switch=1")
...
Moyers asked 18/1, 2017 at 23:17
1
How can I align the list items at the left page margin of the slide?
It seems that revealjs is always using the longest list item text, centers it at the slide then left aligns all other list item...
Undoing asked 7/12, 2016 at 18:20
3
When I run below command to generate slides from markdown, the theme not selected correctly.
pandoc slides -o slides.html -s -V theme=beige -t revealjs
My slide is in a directory with reveal.js ...
1
I'm trying to figure out how to include centered background images on title slides using reveal.js slides while writing in RMarkdown a la http://rmarkdown.rstudio.com/revealjs_presentation_format.h...
Disenthrone asked 21/4, 2016 at 18:29
2
Solved
I've been fighting a problem with a reveal.js presentation for months now, on and off. What happens is that if I make the background for my slide content translucent, then ol numbers, but not ul bu...
0
I want to create a presentation using reveal.js. The slides are automatically scaled to fit the browser window.
However, in Firefox (47), the font is really blurry, both on Windows 10 and Fedora. ...
Masque asked 14/7, 2016 at 19:2
2
I create a presentation with this javascript framework http://lab.hakim.se/reveal-js/#/ and when certain slide is appearing I want to execute function stats(), which display some data from API ever...
Myron asked 2/3, 2014 at 21:29
1
Solved
How do I make a Jupyter slide show portable? I can serve the slideshow locally, but I can't send that to anyone and have it work with all the images, slide animation functionality, etc.
I am usin...
1
Solved
In an ipython notebook (jupyter) slideshow created with
ipython nbconvert presentation.ipynb --to slides --post serve
images are of poor quality because they seem to be scaled down to the page w...
Voigt asked 10/6, 2016 at 8:9
1
Solved
I'm trying to add a Leaflet map with tiles to a revealjs_presentation created in R. This map renders fine in ioslide or html format, but not in the revealjs_presentation format (main problems: all ...
Execution asked 13/3, 2016 at 18:4
2
I want to set a header and footer in my presentation. I used the following issue as a starting point: https://github.com/hakimel/reveal.js/issues/806 and http://www.ciges.net/revealjs_demo/#/
My c...
Szymanski asked 10/1, 2016 at 15:0
2
Solved
I have a reveal.js presentation with approximately 300 slides. The purpose of this presentation is to cycle slides in "kiosk mode" on a monitor behind a conference booth.
To create a "kiosk mode"...
Tortuosity asked 17/7, 2014 at 17:19
2
I have a Reveal.js slide show that uses a lot of background images:
<section data-background="latimes.png">
<small class="caption">[Some Text](http://a.link.com/whatever)</small>...
3
Solved
I've got a presentation running with reveal.js and everything is working. I am writing some sample code and highlight.js is working well within my presentation. But, I want to incrementally display...
Intertype asked 10/6, 2014 at 22:0
2
Solved
I'm writing reveal.js slides using the jupyter/iPython notebook. I would like to change some of the default settings is an easy way. Things I already managed (in case it helps someone)
1. Change t...
Bogor asked 2/10, 2015 at 13:1
1
I created a slideshow using the slideshow feature of IPython notebook / Jupyter, which works fine. I created and hosted the slides via ipython nbconvert ... which works fine too. But I cannot find ...
Antelope asked 29/10, 2015 at 16:45
2
I am trying to make a header for my reveal.js presentation that sticks to the top of the screen. The content in the header is dynamic on a per-slide basis, so I have to place the markup within the ...
1
I'm using Reveal JS for making a presentation.
If I put more text in the tag, it is going below the screen hidden from view. But there is no scroll bar to the right. Wondering if I can do a css fi...
Jennelljenner asked 19/11, 2013 at 18:14
4
Solved
Standard HTML paragraphs are displayed centered by reveal.js. I would like to change this to left-justified, like on a normal webpage. I have seen reveal.js presentations that do this, but how does...
Decipher asked 9/1, 2014 at 11:52
3
Solved
When I execute an IPython notebook to a reveal.js presentation using
ipython nbconvert mynotebook.ipynb --to slides --post serve
I am getting all the content as a single slide. How do I separate...
Tapestry asked 7/12, 2013 at 13:22
1
I am new using reveal.js.
I did not manage to reduce the space on top of my slides. Could somebody help me ?
Note : I a am using pandoc to create my slideshow from Markdown sources. This is the c...
Rosenblum asked 8/9, 2014 at 10:9
2
Solved
How do I export a reveal.js presentation to LibreOffice (*.odp) or PowerPoint (*.ppt, *.pptx)?
It's fairly easy to export to PDF, but for my colleague's to reuse my slides (and mix them with their...
Apiculate asked 24/8, 2015 at 9:55
© 2022 - 2024 — McMap. All rights reserved.