Confused by YAML Error

I’m getting an error for METADATA (INVALID YAML) with some, but not all of my notes, and I’m not sure what I’m doing wrong.

In my Templates I have the following two YAML sets:

Daily Notes Template:

---
Created: {{date}} {{time}}
Topic: 
 - [[Daily Notes]]
---

Project Reference Note Template

---
Created: {{date}}  {{time}}
Topic: 
Tags:
OFLink: 
---

However, with a live note I don’t get the error - for example:

---
Created: 2021-11-21  15:37
Topic: 
 - [[Responsible Business Code]] 
 - [[IBM Partnership]]
 - [[Active Project]]
OFLink: omnifocus:///task/fgKBLFg2IzY
---

What am I doing wrong?

Surround text in quotation marks. And links are not supported at the moment in the frontmatter (you can learn about yaml here: Learn yaml in Y Minutes )

1 Like

Thanks :slight_smile:

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.