mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
prefixes are now displayed also in all autocompletes and recent notes
This commit is contained in:
@@ -60,8 +60,10 @@ const jumpToNote = (function() {
|
||||
|
||||
noteDetailEl.summernote('editor.restoreRange');
|
||||
|
||||
const noteId = treeUtils.getNoteIdFromNotePath(notePath);
|
||||
|
||||
noteDetailEl.summernote('createLink', {
|
||||
text: noteTree.getNoteTitle(notePath),
|
||||
text: noteTree.getNoteTitle(noteId),
|
||||
url: 'app#' + notePath,
|
||||
isNewWindow: true
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user