Is this possible with Aliases?

I have a Owner.md with these aliases

---
aliases:
  - jack
  - jill
---

and I have a team.md with this yaml

---
owner: "[[Jill]]"
otherthings: blah blah blah
---

I realize once the alias is setup Obisidian allows me to link like Owner|jill but I created Team.md before setting up the aliases on Owner.md
Now team.md does not show up as a backlink or unlinked reference either. Is there some way to have obsidian treat those links like Aliases?

Marking your examples as code (using the same syntax as Obsidian) makes them easier for readers to understand. I’ve edited your post to do that. Good luck!

As far as I know, no. I believe you need to update your properties.

1 Like

Got it. thanks also for updating my post!

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