Replies: 1 comment 3 replies
-
See #6518 especially: PS: could you search a bit before posting? Thank you. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I mostly use
.ipynb
files to generate blog posts, but occasionally use.qmd
files for simpler posts. At the moment I sync.ipynb
files to.qmd
(or.py
) files withjupytext
for version control (or using.qmd
features with RStudio).If these files are in the same folder, I'd like to specify that
quarto
should prefer.ipynb
files over.qmd
files when available. Alternatively, I have been able to separate the file types in different sub folders and put an underscore in front of the.qmd
filder so it gets ignored. But I don't like having to add an additional folder name blob to the blog post's url.Beta Was this translation helpful? Give feedback.
All reactions