hadynz / obsidian-kindle-plugin

Sync your Kindle notes and highlights directly into your Obsidian vault
MIT License
897 stars 52 forks source link

[BUG] lastAnnotatedDate inside file property doesn't display #265

Open nithou opened 9 months ago

nithou commented 9 months ago

Describe the bug

I'm trying to include the Last Annotated Date as a property in my file content, however while all the clippings are written correctly with their "created at" date shown, this always returns empty:

{% if lastAnnotatedDate %}Finished on: {{lastAnnotatedDate}}{% endif %}

Method of syncing

To Reproduce

Steps to reproduce the behaviour:

  1. Add this to file content: {% if lastAnnotatedDate %}Finished on: {{lastAnnotatedDate}}{% endif %}
  2. Import my clipping.txt
  3. Clippings are imported but not lastAnnotatedDate

Expected behaviour

I would expect the lastAnnotatedDate to display the last annotation date

Metadata