refer to author information from metadata #8097
Replies: 3 comments 3 replies
-
Let me clarify to see if I understand.
Is that what you meant ? |
Beta Was this translation helpful? Give feedback.
-
Yes, that's what I'm trying to do. I'd like to define a global list of authors will their full metadata and then just refer to that list on a per document basis. I believe I can refer to authors by id for funding, but can see how to do it generally. |
Beta Was this translation helpful? Give feedback.
-
Thank you for sharing these resources. I've been poking around lua at the edges and looking for a reason to learn a bit more, so I'll try my hand at an extension. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm trying to find an easy way to refer to author by id from the meta data for forming the author section of a document. For a project, I'd like to define the author metadata in a yaml and just list the authors for a particular document by their id's.
Something like this is a quarto yaml file:
and then referred like this in a document:
The documentation does not say this is possible and it doesn't work, is there any sort of work around that people have used in this situation?
Beta Was this translation helpful? Give feedback.
All reactions