papis: fix author key read-in for now

This commit is contained in:
Alexander Bocken 2024-09-18 13:36:53 +02:00
parent 1dcd003a8d
commit 562a454d63
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -7,13 +7,13 @@ formatter = jinja2
# Format folder & file in format <year>-<last_name_first_author>-<paper_title>
add-file-name = {{ doc.year }}-{{ (doc.author_list[0].family if doc.author_list else "AUTHOR_MISSING") }}-{{ ' '.join(doc.title.split()[:10]) }}
add-folder-name = {{ doc.year }}-{{ (doc.author_list[0].family if doc.author_list else "AUTHOR_MISSING") }}-{{ ' '.join(doc.title.split()[:10]) }}
ref-format = {{doc.author_listp[0].family if doc.author_list else "AUTHOR MISSING"}}{{doc.year}}{{doc.title[:15]}}
# Defaults simply converted to jinja2
header-format = <ansired>{{doc.html_escape.title}}</ansired>\n <ansigreen>{{doc.html_escape.author}}</ansigreen>\n <ansiblue>({{doc.html_escape.year}})</ansiblue> [<ansiyellow>{{doc.html_escape.tags}}</ansiyellow>]
match-format = {{doc.tags}}{{doc.subfolder}}{{doc.title}}{{doc.author}}{{doc.year}}
document-description-format = {{doc.title}} - {{doc.author}}
multiple-authors-format = {{au.family}}, {{au.given}}
ref-format = {{doc.author}}{{doc.year}}{{doc.title[:15] |default('')}}
multiple-authors-format = {au[family]}, {au[given]}
browse-query-format = {{doc.title}} {{doc.author}}
notes-name = notes.md