Expose normalized author data structure to listings #6054
rgaiacs
started this conversation in
Feature Requests
Replies: 0 comments
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
Quarto creates a normalized author data structure, see https://quarto.org/docs/journals/authors.html#author-metadata, that is available to Pandoc templates. For example,
works when used as a partial template in
_quarto.yml
:Metadata read from the front matter of the document can be used when creating a custom listing, see https://quarto.org/docs/websites/website-listings.html#listing-fields. Unfortunately, the normalized author data structure is not exposed. For example,
gives me
ERROR: TypeError: Cannot read properties of undefined (reading 'forEach')
.Will be great to have the normalized author data structure also available to listing.
Beta Was this translation helpful? Give feedback.
All reactions