Open jech2 opened 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
{% for note in notes %}
modified: {{ note.dateModified | format("YYYY-MM-DD#HH:mm:ss") }} {{ "" }} {#- change heading level -#} {{- note.note | replace ("# ","### ") -}} {{ "" }} Link to note {{printTags(note.tags)}} {%- endfor %}
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 %}