Metadata at chapter level for Quarto books: store and render #5606
christofs
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.
Uh oh!
There was an error while loading. Please reload this page.
-
We used Quarto in a recent book project and loved it! However, in this book, different chapters were written by different people, and as a consequence, we missed a feature to store and render chapter-level metadata:
(1) Store chapter-level metadata in each .(q)md file, for example in a yaml header.
(2) Allow rendering that metadata in one or several of the following forms:
meta
tags, in the HTMLhead
, for consumption by reference managers like Zotero or Citavi.meta
tags.In our last book project, we did implement these things by hand after rendering, but it is of course error-prone and breaks the beauty of one-click rendering.
For a working example, see our resulting book here: https://methods.clsinfra.io/general-intro.html
Beta Was this translation helpful? Give feedback.
All reactions