feat(edit-docs): initialize database automatically

This commit is contained in:
Elian Doran
2025-03-10 17:04:17 +02:00
parent 6a549af34a
commit f3d753cc46
3 changed files with 17 additions and 2 deletions

View File

@@ -636,7 +636,7 @@ export function readZipFile(buffer: Buffer, processEntryCallback: (zipfile: yauz
}
function resolveNoteType(type: string | undefined): NoteType {
// BC for ZIPs created in Triliun 0.57 and older
// BC for ZIPs created in Trilium 0.57 and older
if (type === "relation-map") {
return "relationMap";
} else if (type === "note-map") {