"Aliases" doesn't work with other properties

Hello,

What I’m trying to do

I am trying to set up an aliases in my note. It works fine if it’s there is no other properties (or not many?). However, my note contains different properties, and aliases just doesn’t do anything.

Here is an example of a note where the aliases doesn’t work.

---
aliases:
  - Test1234 
tags:
status:
Title: Self-Talk and Sports Performance: A Meta-Analysis
Year: 2011
Authors: Antonis Hatzigeorgiadis, Nikos Zourbanos, Evangelos Galanis, Yiannis Theodorakis
citekeys: Hatzigeorgiadis.etal2011
keywords: Self-talk, Performance, ✅, ❌, 🔥, ⌛, ❗
related: 
---

If I delete everything from “tags” to “related”, it does work. It also changes the visiual in the live-preview to this “Properties” table.

Any ideas why it doesn’t work with the other metadatas?
Thank you in advance.

Your Title property has a colon in it, which breaks the property. And currently if one is broken, all is broken. You need to enclose that text within quotes. Like in:

Title: "Self-Talk and Sports Performance: A Meta-Analysis"
1 Like

Thank you so much!

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