---
authors: {{authors}}{{directors}}
tags: {{hashTags}}
aliases:
- {{title}}
- {{citekey}}
url: {{url}}
doi: {{doi}}
citekey: {{citekey}}
keywords: {{allTags}}
created:
updated:
---
<%*
let title = "{{title}}";
let date = tp.date.now("YYYY-MM-DD");
await tp.file.rename(& ${date} ${title}
);
_%>
- Title:: {{title}}
- Zotero Link: {{pdfZoteroLink}}
- Abstract: {{abstractNote}}
{% for relation in relations -%} {%- if relation.citekey -%} Related: {{relation.citekey}} {% endif -%} {%- endfor %}
{% for annotation in annotations -%} {%- if annotation.annotatedText -%} {{annotation.annotatedText}}”{% if annotation.color %} {{annotation.colorCategory}} {{annotation.type | capitalize}} {% else %} {{annotation.type | capitalize}} {% endif %}Page {{annotation.page}} {%- endif %} {%- if annotation.imageRelativePath -%} ![[{{annotation.imageRelativePath}}]] {%- endif %} {% if annotation.comment %} {{annotation.comment}} {% endif %} {% if annotation.allTags %} {{annotation.allTags}} {% endif %} {% endfor -%}
TABLE created, updated as modified, tags, type, related
FROM ""
WHERE contains(related, "{{citekey}}")