Multiple properties synthax

Hi, been a while away from Obsidian and just updated and I am feeling a bit lost with a very stupid question.

What is the syntax for adding multiple properties?

Here is an example. If I open the md file with a normal editor I can write

---
authors:
  - Joushua C.C. Chan
  - Aubrey Poon
  - Dan Zhu;
---

which then parses as
image

But if I type it in the editor, I cannot have them separate:
image

I have tried comma, semi-colon, x, dot and multiple others. The docs somehow don’t have it, or I am missing something.

You first need to change the Property type to List.

Aaah, so that is what is missing. Thanks!

Btw, if people are looking for this in the future: the shortcut is then Enter, not semi-colon.

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