revealjs.com | The official reveal.js website and documentation | Frontend Framework library
kandi X-RAY | revealjs.com Summary
kandi X-RAY | revealjs.com Summary
The official reveal.js website and docs. Contributions are welcome!.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of revealjs.com
revealjs.com Key Features
revealjs.com Examples and Code Snippets
Community Discussions
Trending Discussions on revealjs.com
QUESTION
I have a working setup with Maven generating a reveal.js presentation from Asciidoc sources with source code highlighting.
This is for example a slide with some Java code in it:
...ANSWER
Answered 2021-Mar-12 at 10:47You can use the highlight
keyword, separating each step with a pipe (|
) symbol:
QUESTION
I want to use reveal.js with markdown. I followed the full set up installation guide
- install node.js
- Clone the reveal.js repository
- Move to the reveal.js folder and install dependencies
- run
npm start
inside reveal.js folder
and then I have modified the index.html
page to add markdown following the documentation
ANSWER
Answered 2020-Sep-23 at 22:57I think you need to specify the data separator, in the example is "---"
QUESTION
I want to understand how the transition to another page of the site is performed by clicking on this site https://weareundefined.be/
understendd that this library is used https://revealjs.com/
I see that this revealjs.com library works as a slider, but it flips the page when the buttons are clicked, I could somehow add a code to it so that the page flips when I click anywhere p.s I just started learning js
Maybe someone will tell me something
...ANSWER
Answered 2020-Aug-08 at 20:16QUESTION
ANSWER
Answered 2018-Jul-05 at 16:56Reveal.js output is displayed from a local server of some kind, correct? AFAIK IFrames will not allow you to load from local files in that case. In general, you cannot load file:\\
from http:\\
because that would be a giant security hole. A solution would be to run a basic HTTP server to serve the Bokeh HTML files, e.g python -m http.server
(or python -m SimpleHTTPServer
for legacy Python 2) and have your IFrame load the Bokeh pages from the simple server.
QUESTION
Although the code for the slides (here sections
) is exactly the same, I experience a change in the font size from the 3rd to the 4th slide. I have tried to track this down but I didn't find a cause.
Funnily, if I remove the title
slide, this change occurs again between the 3rd and 4th slide.
Any ideas?
Here are two screenshots
And here is the html code (that should work as a stand alone)
...ANSWER
Answered 2019-May-04 at 15:12For some reason, from the 4th and up render of mathjax, it will render at font-size 50%
I don't know why, maybe some config you've overlooked. Anyway, you can override this by adding your own css:
QUESTION
I am currently working on a Jupyter Notebook. I managed to export it as reveal.js slides (.html) and host it on my local server. I used the following command line in the terminal:
...ANSWER
Answered 2018-Aug-15 at 17:24I finally managed to find the solution by using the command below:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install revealjs.com
Clone the repo $ git clone https://github.com/reveal/revealjs.com.git && cd revealjs.com
Install dependencies $ npm install
Start the development server $ npm start
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page