Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 of 2 tasks
nithou opened this issue Oct 18, 2023 · 0 comments
Open
1 of 2 tasks

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

nithou opened this issue Oct 18, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@nithou
Copy link

nithou commented Oct 18, 2023

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

  • Amazon Kindle Reader
  • My Clippings file (please attach file that can be used to recreate issue)

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

  • OS: Mac
  • Plugin version : 1.9.2
  • Obsidian version: Version 1.4.16 (Installer 1.4.13)
@nithou nithou added the bug Something isn't working label Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant