mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 17:38:47 +02:00
relations should be also prefixed by at-sign in bottom attribute panel
This commit is contained in:
parent
7199208d9d
commit
66c908f2b2
@ -448,7 +448,7 @@ async function showAttributes() {
|
||||
$attributeListInner.append(utils.formatLabel(attribute) + " ");
|
||||
}
|
||||
else if (attribute.type === 'relation') {
|
||||
$attributeListInner.append(attribute.name + "=");
|
||||
$attributeListInner.append('@' + attribute.name + "=");
|
||||
$attributeListInner.append(await linkService.createNoteLink(attribute.value));
|
||||
$attributeListInner.append(" ");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user