## {{title}} {% if abstractNote %} > [!Abstract]- > {{abstractNote}} {% endif %} > [!Cite]- > {{bibliography}} > >{% if url %} [link]({{url}}) {% endif %} [online]({{uri}}) [local]({{desktopURI}}) {%- for attachment in attachments | filterby("path", "endswith", ".pdf") %} [pdf](file://{{attachment.path | replace(" ", "%20")}}) {% if loop.last %} {% endif %}{%- endfor %} ## Notes {% persist "notes" %}{% if isFirstImport %} {% endif %} {% endpersist %} {% persist "annotations" %}{% set newAnnotations = annotations | filterby("date", "dateafter", lastImportDate) %}{% if newAnnotations.length > 0 %} ### Imported: {{importDate | format("YYYY-MM-DD h:mm a")}} {% for a in newAnnotations %} {{a.annotatedText}} {% endfor %}{% endif %} {% endpersist %}