You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Desktop: Resolves #9693: Allow importing a directory of ENEX files
This commit is contained in:
@@ -84,6 +84,23 @@ export default class InteropService {
|
||||
isDefault: true,
|
||||
}, dynamicRequireModuleFactory('./InteropService_Importer_EnexToMd')),
|
||||
|
||||
makeImportModule({
|
||||
format: 'enex',
|
||||
fileExtensions: ['enex'],
|
||||
sources: [FileSystemItem.Directory],
|
||||
description: _('Evernote Export Files (Directory, as HTML)'),
|
||||
supportsMobile: false,
|
||||
outputFormat: ImportModuleOutputFormat.Html,
|
||||
}, dynamicRequireModuleFactory('./InteropService_Importer_EnexToHtml')),
|
||||
|
||||
makeImportModule({
|
||||
format: 'enex',
|
||||
fileExtensions: ['enex'],
|
||||
sources: [FileSystemItem.Directory],
|
||||
description: _('Evernote Export Files (Directory, as Markdown)'),
|
||||
supportsMobile: false,
|
||||
}, dynamicRequireModuleFactory('./InteropService_Importer_EnexToMd')),
|
||||
|
||||
makeImportModule({
|
||||
format: 'html',
|
||||
fileExtensions: ['html'],
|
||||
|
||||
Reference in New Issue
Block a user