Once you’ve done the above, delete everything above this line.
Steps to reproduce
I have a note named “issue”
with given “alias” property “alias_name”
---
aliases:
- alias_name
---
Some lines
^label
If I link to that note
[[issue|alias_name]]
I see correct link text "alias_name"
With
![[issue|alias_name]]
I get get the body of the note with original note name
> **issue**
> Some lines
But not the "expected" alias as "header" text
> **alias_name**
> Some lines
I have a workaround - but then no "header"
![[issue|#^label]]
and no idea to show the alias name....
Did you follow the troubleshooting guide? [Yes]
Its all basic obsidian, only activated property plugin
Expected result
Declared above
Actual result
Declared above
Environment
None
Additional information
Some information for you about the usage of “issue”
All notes of shown type “Issue” contain a short text and are named (note name) with a specific prefix (like notes in Zettelkasten).
At that moment I do not find an option to work around not to get these (name) prefixes because I miss the possibilty to show referenced “name of note”, “note body” or the value of “aliases” property (I know, its a list )… All overkill. It could be so easy.