Replies: 9 comments 11 replies
-
The problem is this line here: output: revealjs::revealjs_presentation That's an R Markdown output format specifier. For Quarto you need to do this: format: revealjs Then things should work as expected. |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot. It is working now in a website project. I have a further question, is it intended behaviour that when rendering/previewing a book project only the files listed in the _quarto.yml chapters, appendices are rendered? Even by using the render option Minimal example:
|
Beta Was this translation helpful? Give feedback.
-
Thanks a lot. Meanwhile I started writing a post-render script. The stripped down version should render a file to the output folder specified in the quarto.yml file. File test.ts:
same holds for running a batch file. The following batch file batch.cmd runs smoothly standalone, but results in the same error, if invoked as a post-render script in quarto.
|
Beta Was this translation helpful? Give feedback.
-
how can you change the size of the iframe? the above works for me but the presentation is only available from a very small window |
Beta Was this translation helpful? Give feedback.
-
HI @314a ! :) |
Beta Was this translation helpful? Give feedback.
-
Hello people, I follow 314a's examples and the ouput appears like this: The reveal presentation built into the project is unconfigured, and all slides appear on one page with a scroll bar. I tried 'embed-resources: true' in YAML, but it doesn't work too. Anyone could help? |
Beta Was this translation helpful? Give feedback.
-
Hi Mr. cderv, Repo: https://lsbjordao.github.io/project2/ I found the error... It's just that the project created before was a 'book'! Really thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi! I find this thread as most relevant to the question below: The problem: despite The question: is it ever possible to have separated styles of the quarto website AND styles of presentations to be shown at the site? |
Beta Was this translation helpful? Give feedback.
-
Hi, how to hosting a reveal.js from quarto to github pages?
How to render a repo that can be pushed to gh-pages? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How to include revealjs slides as a properly rendered in a quarto project?
The following minimal setup doesn't render the inserted slides as revealjs slides, but with the css styles of the project. How is possible to include the rendered reveal.js as a slidedeck as shown in quarto/presentations/revealjs?
quarto create-project quarto_slides --type website
slides/index.qmd
and the following content:Beta Was this translation helpful? Give feedback.
All reactions