1
0
Fork 0
mirror of https://github.com/Findus23/PaperLibrary-cli.git synced 2024-09-20 17:03:46 +02:00

support citename

This commit is contained in:
Lukas Winkler 2024-01-16 17:28:03 +01:00
parent bee83e6d68
commit fcd36ddd1e
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -57,6 +57,7 @@ class PaperComplete(Paper):
citation_key: Optional[str] citation_key: Optional[str]
recommended_by: List[str] recommended_by: List[str]
tags: List[str] tags: List[str]
citename: Optional[str]
custom_title: str custom_title: str
notes_md: Optional[str] notes_md: Optional[str]
notes_html: Optional[str] notes_html: Optional[str]