Link metadata for bases

Use case or problem

When using links in properties it dose not look nice when links are together with the plain text. (Nor dose it really works)

Additionaly it is somewhat a mess to separate such metadata using formulas.

Yet, having some additional data together with links is very usefull.

Proposed solution

Allow passing some metadata together with the link using : or any other symbol not allowed in links.

like [[note:meta]] - [[City:50]]

that metadata is completely irelavent when using the link as a link. But it need an easy method to be extracted in bases as an object.

Multiple [[City:50:Distance]] can also be supported.

Or even separate using ? * with different types of metadata.

For example [[City A*City B]]
Where link goes to City A, but metadata is a link to City B

All of the metadata is rendered in the link, same as headings right now, and it can be renamed using | as normal.

Current workaround

False heading work to some degree, but are not very nice.

Related feature requests

Same problem, but very different idea of solutions