Replies: 2 comments 2 replies
-
Right now there isn't a way to retrieve metadata from within the ejs template. I think that would be a great feature (perhaps a utility function you could use to read metadata) but I would also like to add native filtering to listings. I'll open an issue to track these improvements. |
Beta Was this translation helpful? Give feedback.
-
To note, this is partially why I went another way to create a publication listing (WIP), i.e., I used pandoc to get a YAML list of publication from a bib file and use that yml list directly in the listings: https://github.com/mcanouil/mickael.canouil.fr/blob/fix-issue23/publications.qmd |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a folder
publications
which contains aqmd
for multiple publications. Eachqmd
file comes with meta data about the publication in the front matter. I can now easily list all publications, e.g. withI now want to provide a different view on this listing, i.e. restrict the listing to include only publications of a specific author. I can do this with a custom listing and an ejs template which filters on pattern
"NAME"
:I'm wondering if there is a way to
"NAME"
pattern from the meta data of the page which is contains the listing, orBeta Was this translation helpful? Give feedback.
All reactions