diff --git a/extract/extract.py b/extract/extract.py index 5a3704f..973d4eb 100644 --- a/extract/extract.py +++ b/extract/extract.py @@ -169,6 +169,7 @@ class ExtractPlugin(PapersPlugin): self._append_to_note(notepath, annotations) else: self._write_new_note(notepath, annotations) + self.ui.info(f"Wrote annotations to {paper.citekey} note {notepath}.") if edit is True: self.ui.edit_file(notepath, temporary=False)