mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
added support for trilium-sender
This commit is contained in:
@@ -66,7 +66,7 @@ async function importNotes(dir, parentNoteId) {
|
||||
const noteText = fs.readFileSync(path, "utf8");
|
||||
|
||||
const noteId = utils.newNoteId();
|
||||
const noteTreeId = utils.newnoteRevisionId();
|
||||
const noteTreeId = utils.newNoteRevisionId();
|
||||
|
||||
const now = utils.nowDate();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user