prefixes are now displayed also in all autocompletes and recent notes

This commit is contained in:
azivner
2017-11-29 22:03:03 -05:00
parent 69f77ac439
commit 8bd76721ad
7 changed files with 36 additions and 38 deletions

View File

@@ -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
});