Links from page-property should appear within references

A page can have additional properties in the front matter, e.g.:

---
title: Goal/Learn how to play piano
next assessment date: [[March 6th, 2021]]
completion date:  
tags: [[Goals]] [[Lifestyle]]
---

This is displayed nicely on the page:

However, with the exception of the tags property, any link to a [[Page]] won’t appear within the references of Page. Moreover, the behaviour of the tags property is not consistent with other links. They get displayed on addition to links.

My suggestion would be to treat any page-property [[link]] as any other link outside the front matter. Together with the filter for references, this should be powerful and consistent

Agree this is confusing. To make a clearer example, if I have:

page-type:: internal
tags:: blah, something

Then I get this:

image

  • The tags are links (even though I didn’t add them as links), and the page-type is not.
  • I can manually make the internal a link with page-type:: [[internal]],
    • but that is treated as a different value to the plain internal value, and so
    • queries are harder to make: either
      • some pages are missing, or
      • I need to include both forms, or
      • I need to manually go around and edit every page to make them all links, and then
        • the results in query display actually show with the brackets, which is ugly