mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 16:55:50 +01:00
added "note color"
This commit is contained in:
@@ -162,6 +162,7 @@ async function loadReferenceLinkTitle(noteId, $el) {
|
||||
title = note.isDeleted ? `${note.title} (deleted)` : note.title;
|
||||
}
|
||||
|
||||
$el.addClass(note.getColorClass());
|
||||
$el.text(title);
|
||||
|
||||
$el.prepend($("<span>").addClass(note.getIcon()));
|
||||
|
||||
Reference in New Issue
Block a user