So I wanted to add category: "[[Matter-highlights]]" in metadata template while syncing files and it does not work. I want to separate my notes from all the rest.
I tried two options:
-
added it at the end:
category: "[[Matter-highlights]]"
-
added it at like other data:
{% if category %}
category: "[[Matter-highlights]]"
{% endif %}