typst / hayagriva

Rusty bibliography management.
Apache License 2.0
289 stars 44 forks source link

`note` field has no effect #167

Open lukasjuhrich opened 1 month ago

lukasjuhrich commented 1 month ago

Repro:

kazda-moore:
  type: manuscript
  title: The Minion Homomorphism Lattice
  author:
    - "Kazda, Alexandr"
    - "Moore, Matthew"
  date: 2019
  note: "unpublished draft"
#set page(width: auto, height: auto, margin: 1em)
See @kazda-moore.

#cite(<kazda-moore>, form: "full")

#bibliography("bib.yml")

Renders: image

expected

To have the note show up

Remarks

This is related to #91, but seems orthogonal, because in that issue the problem was that the bibtex note field did not even make it to the hayagriva representation. Here, i'm giving it directly via yml, and it still does not show up.