1
0
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:
Laurent Cozic 2019-09-20 23:00:59 +01:00
parent 50b66cceca
commit 691eefec2f

View File

@ -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'),