1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

All: Resolves #644: Added support for .markdown extension when importing files

This commit is contained in:
Laurent Cozic
2018-06-26 00:07:53 +01:00
parent 0027cb9036
commit 595fd7a9aa
6 changed files with 29 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ class InteropServiceHelper {
if (module.target === 'file') {
path = bridge().showSaveDialog({
filters: [{ name: module.description, extensions: [module.fileExtension]}]
filters: [{ name: module.description, extensions: module.fileExtension}]
});
} else {
path = bridge().showOpenDialog({