mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 06:45:49 +01:00
attachments WIP
This commit is contained in:
@@ -85,7 +85,7 @@ export default class SimilarNotesWidget extends NoteContextAwareWidget {
|
||||
continue;
|
||||
}
|
||||
|
||||
const $item = (await linkService.createNoteLink(similarNote.notePath.join("/")))
|
||||
const $item = (await linkService.createLink(similarNote.notePath.join("/")))
|
||||
.css("font-size", 24 * (1 - 1 / (1 + similarNote.score)));
|
||||
|
||||
$list.append($item);
|
||||
|
||||
Reference in New Issue
Block a user