mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 03:00:41 +01:00
frontend script API documentation
This commit is contained in:
@@ -336,7 +336,7 @@ async function loadAttributes() {
|
||||
const $openButton = $("<button>").addClass("btn btn-small").text("Open").click(() => {
|
||||
const notePath = linkService.getNotePathFromLabel($input.val());
|
||||
|
||||
treeService.activateNode(notePath);
|
||||
treeService.activateNote(notePath);
|
||||
});
|
||||
|
||||
$actionCell.append($openButton);
|
||||
|
||||
Reference in New Issue
Block a user