mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
making dialogs wider to accompany deeper hierarchies. Recent changes now display full path of the note
This commit is contained in:
@@ -28,6 +28,10 @@ function getNoteTitle(noteId) {
|
||||
function getFullName(noteId) {
|
||||
let note = getNodeByKey(noteId);
|
||||
|
||||
if (note === null) {
|
||||
return "[unknown]";
|
||||
}
|
||||
|
||||
if (note.data.is_clone || (note.data.encryption > 0 && !isEncryptionAvailable())) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user