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?