Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 2 column 2
---
title: "{{title}}"
{% if date %}year: {{date | format("YYYY")}}{% endif %}
authors: {{authors}}{{directors}}
tags:
- zotero
---
{{ bibliography }}
- zotero: {{desktopURI}}
- url: {{url}} {% if pdfLink -%}
- pdf: {{pdfLink}} {%- endif -%}
{% if abstractNote %}
{{ abstractNote }} {% endif %}
{% for annotation in annotations %} {% if annotation.annotatedText %}
[!cite] {{annotation.annotatedText}} Page {{annotation.page}} {%- if annotation.comment %} {# comment along with highlighted text #}
[!note] {{annotation.comment}} {% endif %} {% else %} {% if annotation.comment %} {# standalone comment, no text! #} [!note] {{annotation.comment}} Page {{annotation.page}} {% endif -%} {% endif -%} {% if annotation.imageRelativePath %} ![[{{annotation.imageRelativePath}}]] {% endif -%} {% endfor %}
{% persist "notes" %} {% endpersist %}