Add slight visual flair to stdout citekey display

This commit is contained in:
Marty Oehme 2022-12-22 23:01:43 +01:00
parent e255405d96
commit f103cc51b5
Signed by: Marty
GPG Key ID: 73BA40D5AFAF49C9
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ class ExtractPlugin(PapersPlugin):
paper = contents[0]
annotations = contents[1]
if annotations:
output += f"{paper.citekey}\n"
output += f"------ {paper.citekey} ------\n\n"
for annot in annotations:
output += f'{annot}\n\n'
output += "\n"