You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Amazon Kindle Reader
My Clippings file (please attach file that can be used to recreate issue)
To Reproduce
Steps to reproduce the behaviour:
Add this to file content: {% if lastAnnotatedDate %}Finished on: {{lastAnnotatedDate}}{% endif %}
Import my clipping.txt
Clippings are imported but not lastAnnotatedDate
Expected behaviour
I would expect the lastAnnotatedDate to display the last annotation date
Metadata
OS: Mac
Plugin version : 1.9.2
Obsidian version: Version 1.4.16 (Installer 1.4.13)
The text was updated successfully, but these errors were encountered:
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:
Expected behaviour
I would expect the lastAnnotatedDate to display the last annotation date
Metadata
The text was updated successfully, but these errors were encountered: