Skip to content

E-Book meta-data can have names split #135

@alerque

Description

@alerque

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 Ede

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions