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

[Bug] Zotero Item notes are not imported except new note file added. #382

Open jech2 opened 3 months ago

jech2 commented 3 months ago

I'm not sure, but I think this is a bug.

In Zotero when changes are made to a note for the paper and import using obsidian zotero integration, the Zotero Item notes are not imported except the new note added.

Obsidian version: 1.6.7. Zotero version: Zotero-7.0.0-beta.107+2917f41cb Obsidian Zotero Integration plugin version: 3.1.8

Below is my commands

{% for note in notes %}

Note

modified: {{ note.dateModified | format("YYYY-MM-DD#HH:mm:ss") }} {{ "" }} {#- change heading level -#} {{- note.note | replace ("# ","### ") -}} {{ "" }} Link to note {{printTags(note.tags)}} {%- endfor %}