1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Allow importing and exporting single notes and notebooks

This commit is contained in:
Laurent Cozic
2018-03-01 18:35:17 +00:00
parent 5ba98b4200
commit a078947d6d
3 changed files with 77 additions and 2 deletions

View File

@@ -36,6 +36,8 @@ class InteropService_Importer_Jex extends InteropService_Importer_Base {
throw e;
}
if (!('defaultFolderTitle' in this.options_)) this.options_.defaultFolderTitle = filename(this.sourcePath_);
const importer = new InteropService_Importer_Raw();
await importer.init(tempDir, this.options_);
result = await importer.exec(result);