mgmeyers / obsidian-zotero-integration

Insert and import citations, bibliographies, notes, and PDF annotations from Zotero into Obsidian.
GNU General Public License v3.0
1.09k stars 55 forks source link

How to import overall paper notes (not annotations)? #358

Open markusdr opened 8 months ago

markusdr commented 8 months ago

How can I create an import template that imports the overall paper notes, like the "Comment: Accepted to NAACL 2019" note in the screenshot? The import templates I've seen so far only import metadata and the PDF annotations, but I haven't seen examples for how to import the Zotero paper notes shown in the screenshot.

Screenshot 2024-03-28 at 12 02 28 PM
FeralFlora commented 5 months ago

Check the Data explorer (found in the command palette) to see which data is accessible, and how to access it. In this case, you have two options. {{markdownNotes}} with is a unified text field with all notes merged, or the notes array, which has each note as a separate object with note text, uri, dates etc.