mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
createNote API now accepts attributes instead of just labels
This commit is contained in:
@@ -63,7 +63,8 @@ function ScriptApi(startNote, currentNote, originEntity = null) {
|
||||
parseDate: utils.parseDate,
|
||||
showMessage: infoService.showMessage,
|
||||
showError: infoService.showError,
|
||||
reloadTree: treeService.reload,
|
||||
reloadTree: treeService.reload, // deprecated
|
||||
refreshTree: treeService.reload,
|
||||
createNoteLink: linkService.createNoteLink
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user