mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-23 21:48:35 -06:00
relations should be also prefixed by at-sign in bottom attribute panel
This commit is contained in:
@@ -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(" ");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user