mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Desktop, CLI: Also allow importing TXT files with markdown
This commit is contained in:
parent
50b66cceca
commit
691eefec2f
@ -28,7 +28,7 @@ class InteropService {
|
||||
},
|
||||
{
|
||||
format: 'md',
|
||||
fileExtensions: ['md', 'markdown'],
|
||||
fileExtensions: ['md', 'markdown', 'txt'],
|
||||
sources: ['file', 'directory'],
|
||||
isNoteArchive: false, // Tells whether the file can contain multiple notes (eg. Enex or Jex format)
|
||||
description: _('Markdown'),
|
||||
|
Loading…
Reference in New Issue
Block a user