-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
So for we're saving names in meta data as full given names. This is usually what's needed, but sometimes (e.g. for some ebook metadata fields) we need names split up. One way to do that would be with this trick:
$ echo '@misc{x,author={Caleb Ede Maclennan}}' | pandoc -f bibtex -t gfm -s | grep -v -- '---' | yq -y .references[0].author
- family: Maclennan
given: Caleb EdeMetadata
Metadata
Assignees
Labels
No labels