How to publish and host a HTML Quarto book in Microsoft Teams / Sharepoint? #3535
Replies: 4 comments 3 replies
-
@MohamedaliS Thanks for your question. From a quick search, you must rename all You could zip the book and share the Another option is to render your project to DOCX and share the DOCX in Sharepoint. |
Beta Was this translation helpful? Give feedback.
-
Hi -- I've tried the suggested solution and I still can't properly render a quarto document in sharepoint. Any other thoughts or suggestions besides renaming the extension. Note, I've had more luck rmarkdown with the below arguments. When I replicate these in quarto, I don't have success (eg. using self-contained or embed-resources) |
Beta Was this translation helpful? Give feedback.
-
You don't have to rename the files later, you can simply set the output file extension: format:
html:
output-ext: aspx If you then upload the generated |
Beta Was this translation helpful? Give feedback.
-
I tried using aspx, but it didn't work for me. Instead, the following configuration in format: I also wrote a tutorial about this on my website: https://jkkishore85.github.io/tutorials/2024-07-17-quartotutorial-sharepoint-01/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I rendered a HTML book using Quarto. I would like to host it privately in Microsoft Teams and Sharepoint for teaching purpose. I prefer updating the book on weekly basis by adding chapters. But I cannot find a straightforward solution to add the book into sharepoint. Because, sharepoint requirements are .aspx. The book is in HTML format.
Is there any way to render a Quarto HTML book to Sharepoint from Rstudio?
Beta Was this translation helpful? Give feedback.
All reactions