1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +02:00

All: Resolves #734: Allow exporting to a hierarchy of Markdown files, and fixed a few issues related to exporting notebooks

This commit is contained in:
Laurent Cozic
2018-09-04 11:59:09 +01:00
parent 81ec8eaf83
commit eaf3eef2d3
5 changed files with 80 additions and 8 deletions

View File

@@ -58,6 +58,10 @@ class InteropService {
format: 'raw',
target: 'directory',
description: _('Joplin Export Directory'),
}, {
format: 'md',
target: 'directory',
description: _('Markdown'),
},
];