frontend script API documentation

This commit is contained in:
azivner
2018-08-23 12:55:45 +02:00
parent 0e7372adbf
commit f5b89432a6
16 changed files with 241 additions and 125 deletions

View File

@@ -31,7 +31,7 @@ async function showDialog() {
const notePath = linkService.getNotePathFromLabel(ui.item.value);
treeService.activateNode(notePath);
treeService.activateNote(notePath);
$dialog.dialog('close');
}