Tags get corrupted after BASES update?

Hello !

My first post here, LOVE Obsidian.

After migrating to BASES, I notice the Obsidian TAGS (which works nice until the migration) are no longer working fine (as they use to)…

I notice the problem seems to be this (tested in an NEW / EMPTY VAULT):

BEFORE THE MIGRATION THIS USE TO WORK JUST FINE (PROPERTIES SECTION)


tags:

  • dog, mean

blablabla

AFTER THE MIGRATION, when in LIVE PREVIEW, this is what it looks like

THE FIX ? SIMPLE : I need to separate ONE TAG PER LINE, and the LIVE PREVIEW works just fine, like


tags:

  • dog
  • mean

blablabla

QUESTION :

How can I fix this in my vault (massively switching from comma separated to one per line TAGS) ?

Regards

Arturo

This is not related to bases. You are using a format for tags that was deprecated a year ago and now it’s completely unsupported.

The correct format is:

---
tags:
  - dog
  - mean
---

Oh, boy …

Any way to fix this situation ? Switching from the old to the new ?

Cheers

The answer is the link I posted.

Sorry man, you rock !!!

Thanks a lot

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