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

Notes aren't updating correctly (to update you have to re-add them) #406

Open woerndl opened 2 weeks ago

woerndl commented 2 weeks ago

Steps to reproduce:

  1. Create a minimal template to import the sources notes
    {% for note in notes %}
    > {{ note.note }}
    {% endfor %}
  2. Import notes
  3. Change the notes text
  4. Import again (note doesn't update)
  5. Duplicate note (notes do update)

Every time you want to update a note, you have to delete it and re-add it to have it recognized.

Cod-Zhu commented 3 days ago

I encounter the same problem. Thanks for your solution, and waiting for fix!