Merge remote-tracking branch 'origin/main' into feature/export_with_share_theme

This commit is contained in:
Elian Doran
2025-10-24 14:43:13 +03:00
1587 changed files with 197821 additions and 41100 deletions

View File

@@ -52,7 +52,7 @@ export function startElectron(callback: () => void): DeferredPromise<void> {
export async function importData(path: string) {
const buffer = await createImportZip(path);
const importService = (await import("@triliumnext/server/src/services/import/zip.js")).default;
const context = new TaskContext("no-progress-reporting", "import", false);
const context = new TaskContext("no-progress-reporting", "importNotes", null);
const becca = (await import("@triliumnext/server/src/becca/becca.js")).default;
const rootNote = becca.getRoot();