You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't get to save my output files in my folder of preference. Here's a MWE:
create a new file test.qmd in the folder Folder
add the following:
---
format:
html:
output-dir: "HTML files"
pdf:
output-dir: "pdf_files"
---
Hi there
Then, a file Folder/test.html is created (expected behaviour was to create Folder/HTML files/test.html)
No pdf file is created whatsoever.
A folder test_files is also created with the following:
I am using Quarto v. 1.5.57 and VSCode 1.96.4
#375 (comment) here's a similar issue. Although not exactly the same one, could be related
How can I get quarto to save the output files to my subfolder of preference? Note that I want this behaviour to be document-specific and format-specific, so I don't think I can do this from my _quarto.yml project file...
The text was updated successfully, but these errors were encountered:
I can't get to save my output files in my folder of preference. Here's a MWE:
test.qmd
in the folder FolderThen, a file
Folder/test.html
is created (expected behaviour was to createFolder/HTML files/test.html
)No pdf file is created whatsoever.
A folder
test_files
is also created with the following:I am using Quarto v. 1.5.57 and VSCode 1.96.4
#375 (comment) here's a similar issue. Although not exactly the same one, could be related
How can I get quarto to save the output files to my subfolder of preference? Note that I want this behaviour to be document-specific and format-specific, so I don't think I can do this from my
_quarto.yml
project file...The text was updated successfully, but these errors were encountered: