-
When using When previewing I get a complaint:
where Is there some way to get Quarto to follow symlinks? Or is that just not possible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Currently Quarto doesn't support following symlinks (we found that in some cases users would have self-referential symlinks that would essentially create an infinite loop). If the problem is merely that our file globbing doesn't pick up your files, you might be able to workaround this by providing an explicit render list: https://quarto.org/docs/projects/quarto-projects.html#render-targets |
Beta Was this translation helpful? Give feedback.
Currently Quarto doesn't support following symlinks (we found that in some cases users would have self-referential symlinks that would essentially create an infinite loop). If the problem is merely that our file globbing doesn't pick up your files, you might be able to workaround this by providing an explicit render list: https://quarto.org/docs/projects/quarto-projects.html#render-targets