Add slight visual flair to stdout citekey display
This commit is contained in:
parent
e255405d96
commit
f103cc51b5
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ class ExtractPlugin(PapersPlugin):
|
||||||
paper = contents[0]
|
paper = contents[0]
|
||||||
annotations = contents[1]
|
annotations = contents[1]
|
||||||
if annotations:
|
if annotations:
|
||||||
output += f"{paper.citekey}\n"
|
output += f"------ {paper.citekey} ------\n\n"
|
||||||
for annot in annotations:
|
for annot in annotations:
|
||||||
output += f'{annot}\n\n'
|
output += f'{annot}\n\n'
|
||||||
output += "\n"
|
output += "\n"
|
||||||
|
|
Loading…
Reference in a new issue