mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
added autocompletes for labels, relations
This commit is contained in:
@@ -85,7 +85,7 @@ function formatValueWithWhitespace(val) {
|
||||
}
|
||||
|
||||
function formatLabel(label) {
|
||||
let str = "@" + formatValueWithWhitespace(label.name);
|
||||
let str = "#" + formatValueWithWhitespace(label.name);
|
||||
|
||||
if (label.value !== "") {
|
||||
str += "=" + formatValueWithWhitespace(label.value);
|
||||
|
||||
Reference in New Issue
Block a user