PDF Annotations do not include Markdown Links
I've just upgraded to Zotero 6 (was excited for this one!) and the PDF reader looks great at first glance. I'm so excited to have it. So a general thanks to the whole team for all your hard work on this.
I've been using ZotFile and understand why the annotations extraction feature was replaced by Zotero - I think this is great. However, though the extractions feature on the release blog shows a URI link that goes back to the specific page of the PDF linked to the note, I cannot reproduce this in my Zotero. When I copy/Quick Copy out of Zotero, or when Obsidian Cite pulls my annotations from Zotero, I get a citation without the link:
“Fixation is an inability to progress normally from one stage into another” (Apgar, 2020, p. 139)
I've tried looking around the forums for a solution and haven't found anything that seemed to work. I wondered if there was some carryover setting from my previous Zotero/ZotFile setup that was blocking it. I looked at your page on Note Templates and couldn't find anything related to a URI: https://www.zotero.org/support/note_templates
In my Advanced -> Config Editor, I looked at extensions.zotero.annotations.noteTemplates.* and here are my templates:
*.annotations.noteTemplates.highlight -
*.annotations.noteTemplates.note -
*.annotations.noteTemplates.title -
I also still see the zotfile.pdfExtraction configs as well. Could that be causing this problem? Or am I just totally misreading/doing something wrong?
I've been using ZotFile and understand why the annotations extraction feature was replaced by Zotero - I think this is great. However, though the extractions feature on the release blog shows a URI link that goes back to the specific page of the PDF linked to the note, I cannot reproduce this in my Zotero. When I copy/Quick Copy out of Zotero, or when Obsidian Cite pulls my annotations from Zotero, I get a citation without the link:
“Fixation is an inability to progress normally from one stage into another” (Apgar, 2020, p. 139)
I've tried looking around the forums for a solution and haven't found anything that seemed to work. I wondered if there was some carryover setting from my previous Zotero/ZotFile setup that was blocking it. I looked at your page on Note Templates and couldn't find anything related to a URI: https://www.zotero.org/support/note_templates
In my Advanced -> Config Editor, I looked at extensions.zotero.annotations.noteTemplates.* and here are my templates:
*.annotations.noteTemplates.highlight -
<p>{{highlight quotes='true'}} {{citation}} {{comment}}</p>
*.annotations.noteTemplates.note -
<p>{{citation}} {{comment}}</p>
*.annotations.noteTemplates.title -
<h1>{{title}}<br />({{date}})</h1>
I also still see the zotfile.pdfExtraction configs as well. Could that be causing this problem? Or am I just totally misreading/doing something wrong?
Firstly, I tried to print out the "notes" generated by Better Bibtex with this postscript.
if (Translator.BetterBibTeX) {
Zotero.debug(item.notes)
reference.add({name: 'test', value: item.notes[0]["note"], html: true})
}
Then, I exported one item with one note to a "Better bibtex" file.
Afterward, I got this output in the bibtex file:
------------------------------------------------
test = {\section{Annotations\\
(3/22/2022, 5:09:25 PM)}
\par
``TCP has been the dominant transport protocol for mobile internet since its origin. Its behaviors play an essential role in determining quality of service/experience (QoS and QoE) for mobile apps.'' (Li et al., 2015, p. 2731) This is a note}
-------------------------------------------------
and this output from Zotero Debug Console:
--------------------------------------------------------------
[ "0": { "key": "P84FUWMN" "version": 4687 "itemType": "note" "parentItem": "WZWK7RUK" "note": "
Annotations
\n(3/22/2022, 5:09:25 PM)
“TCP has been the dominant transport protocol for mobile internet since its origin. Its behaviors play an essential role in determining quality of service/experience (QoS and QoE) for mobile apps.” (Li et al., 2015, p. 2731) This is a note
\n---------------------------------------------------------------------
It seems like that Better Bibtex currently does not decode notes in the same way as "Export Note (Markdown)".
My current status: I updated Better BibTex and Zotero, but still have no backlinks included in the [Library].bib file.