(project-relative) absolute path in .qmd metadata #2838
Unanswered
kris-brown
asked this question in
Q&A
Replies: 2 comments
-
(note that the purpose of these listings is to address the issue of backlinks (#1585 and #1353), so I've written a script to scrape all my project's |
Beta Was this translation helpful? Give feedback.
0 replies
-
I made a minimal example repository here |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi, I'm trying to use a single .ejs template for many listings in qmd files throughout my entire project.
Quarto seems to interpret the value I put for
template:
as a relative path, even if I prefix it with/
(which works for hyperlinks internal to my quarto project). Is this expected behavior? Is there anyway to get access to the project root when specifying a path in the metadata?Beta Was this translation helpful? Give feedback.
All reactions