---
tags: [02-fleeting-note]
cssclass: 02-fleeting-note
file-class: [_02-fleeting-note_file-class]
---
# Navigation
literature-note:: [[03LN {{citekey}}]] ➡️
literature-source:: [[01LS {{citekey}}]] ⬅
___
tags:: 
{%- if tags.length > 0 -%}
{% for t in tags %} #{{t.tag | lower | replace(" ", "-")}} {% endfor %}
{%- endif %}
___
> [!info]- Bibliography
> {{bibliography}}
> 
>> [online]({{uri}}) [local]({{desktopURI}}) {%- for attachment in attachments | filterby("path", "endswith", ".pdf") %} [pdf](file://{{attachment.path | replace(" ", "%20")}}){% if loop.last %} {% endif %}{%- endfor %}

> [!abstract]- Abstract
> {{abstractNote}}
___

{% persist "annotations" -%}
{% set annotations = annotations | filterby("date", "dateafter", lastImportDate) %}
{% if annotations.length > 0 %}

# Imported on {{importDate | format("YYYY-MM-DD hh.mm a")}}

{%- for annotation in annotations -%}

{% if annotation.imageRelativePath %}
![[{{annotation.imageRelativePath}}]]
{% endif %}

{% if annotation.annotatedText -%}
**{{annotation.annotatedText}}**
{%- endif %}
{% if annotation.comment -%}
{{annotation.comment}}
{%- endif %}
tags::{% if annotation.tags %}{% for tag in annotation.tags %} #{{tag.tag}} {% endfor %}{%- endif %}
[Open in Zotero (p. {{annotation.pageLabel}})](zotero://open-pdf/library/items/{{annotation.attachment.itemKey}}?page={{annotation.pageLabel}}&annotation={{annotation.id}}) Imported on {{importDate | format("YYYY-MM-DD h:mm a")}}
___
{%- endfor %}
{% endif %}  
{% endpersist %}
