mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 18:50:41 +01:00
typos
This commit is contained in:
@@ -76,7 +76,7 @@ async function importOpml(taskContext, fileBuffer, parentNote) {
|
||||
for (const outline of outlines) {
|
||||
const note = importOutline(outline, parentNote.noteId);
|
||||
|
||||
// first created note will be activated after import
|
||||
// the first created note will be activated after import
|
||||
returnNote = returnNote || note;
|
||||
}
|
||||
|
||||
|
||||
@@ -145,7 +145,7 @@ async function importZip(taskContext, fileBuffer, importRootNote) {
|
||||
} else if (parentPath in createdPaths) {
|
||||
parentNoteId = createdPaths[parentPath];
|
||||
} else {
|
||||
// ZIP allows creating out of order records - i.e., file in a directory can appear in the ZIP stream before actual directory
|
||||
// ZIP allows creating out of order records - i.e., file in a directory can appear in the ZIP stream before the actual directory
|
||||
parentNoteId = saveDirectory(parentPath);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user