mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
linking notes through CKEditor mentiones
This commit is contained in:
@@ -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)
|
||||
};
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user