You've already forked joplin
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user