mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
added progress also to export
This commit is contained in:
@@ -20,7 +20,7 @@ async function importMarkdown(importContext, file, parentNote) {
|
||||
mime: 'text/html'
|
||||
});
|
||||
|
||||
importContext.increaseCount();
|
||||
importContext.increaseProgressCount();
|
||||
importContext.importFinished(note.noteId);
|
||||
|
||||
return note;
|
||||
@@ -35,7 +35,7 @@ async function importHtml(importContext, file, parentNote) {
|
||||
mime: 'text/html'
|
||||
});
|
||||
|
||||
importContext.increaseCount();
|
||||
importContext.increaseProgressCount();
|
||||
importContext.importFinished(note.noteId);
|
||||
|
||||
return note;
|
||||
|
||||
Reference in New Issue
Block a user