An incompatibility found between:
- Obsidian's live Properties-validator, which expects that the frontmatter is already valid YAML;
- Zotero Integration, which makes the frontmatter valid YAML after rendering of Nunjucks.
Reproducible testcase:
---
tags:
{% for t in tags %}
- "{{ t.tag }}"
{% endfor %}
---
with:
- Obsidian 1.12.7
- Zotero Integration 3.2.1
and observation:
- Editor: "Invalid properties" / "Your frontmatter is invalid".
- Import: works completely correct.
An incompatibility found between:
Reproducible testcase:
with:
and observation: