mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-02-13 00:59:22 -06: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