typst / hayagriva

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

Support non-numeric dates #181

Open bluebear94 opened 1 week ago

bluebear94 commented 1 week ago

See typst/hayagriva#184.

This will probably require renaming Date to DefinedDate and having Date be one of Defined(DefinedDate) or Custom(FormatString). We also need a similar change in the typst/biblatex crate.