linking notes through CKEditor mentiones

This commit is contained in:
zadam
2019-11-07 22:43:01 +01:00
parent 8a9f2ff1d8
commit 744855d4f5
8 changed files with 99 additions and 70 deletions

View File

@@ -58,8 +58,9 @@ async function getRecentNotes(activeNoteId) {
return {
path: rn.notePath,
title: title,
highlighted: title
pathTitle: title,
highlightedTitle: title,
noteTitle: noteCacheService.getNoteTitleFromPath(rn.notePath)
};
});
}