Skip to content

Incompatibility between Obsidian's live Properties-validator and Zotero Integration #492

Description

@Ocetno

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions