You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-30 23:44:55 +02:00
Desktop, Cli: Fixes #3923 (Regression): Importing ENEX as HTML was importing as Markdown
This commit is contained in:
@ -282,6 +282,8 @@ export default class InteropService {
|
||||
|
||||
let importer = null;
|
||||
|
||||
// Not certain the "modulePath" property still has any use at this point. Modules should be looked up
|
||||
// based on their format and outputFormat.
|
||||
if (options.modulePath) {
|
||||
importer = this.newModuleFromPath_(ModuleType.Importer, options);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user