mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
backend script API documentation
This commit is contained in:
@@ -111,6 +111,7 @@ async function setNoteToParent(noteId, prefix, parentNoteId) {
|
||||
}
|
||||
else {
|
||||
branch.parentNoteId = parentNoteId;
|
||||
branch.prefix = prefix;
|
||||
}
|
||||
|
||||
await branch.save();
|
||||
|
||||
Reference in New Issue
Block a user