mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
renaming note_tree to branch
This commit is contained in:
@@ -8,7 +8,7 @@ function newNoteId() {
|
||||
return randomString(12);
|
||||
}
|
||||
|
||||
function newNoteTreeId() {
|
||||
function newBranchId() {
|
||||
return randomString(12);
|
||||
}
|
||||
|
||||
@@ -155,7 +155,7 @@ module.exports = {
|
||||
parseDate,
|
||||
parseDateTime,
|
||||
newNoteId,
|
||||
newNoteTreeId,
|
||||
newBranchId,
|
||||
newNoteRevisionId,
|
||||
newImageId,
|
||||
newNoteImageId,
|
||||
|
||||
Reference in New Issue
Block a user