mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
finished jump to autocomplete, now with token highlighting, #203
This commit is contained in:
@@ -25,12 +25,7 @@ async function getAutocomplete(req) {
|
||||
log.info(`Slow autocomplete took ${msTaken}ms`);
|
||||
}
|
||||
|
||||
return results.map(res => {
|
||||
return {
|
||||
value: res.path,
|
||||
label: res.title
|
||||
}
|
||||
});
|
||||
return results;
|
||||
}
|
||||
|
||||
async function getRecentNotes(currentNoteId) {
|
||||
|
||||
Reference in New Issue
Block a user