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

Patch to implement feature, exporting notes to JSON (#912, issues/912). (#927)

* Patch to implement feature, exporting notes to JSON (#912, issues/912).

* Revising based on feedback

* Directly calling JSON.stringify on the item
This commit is contained in:
Ben Fisher
2018-11-11 12:17:43 -08:00
committed by Laurent Cozic
parent 3a9948e528
commit 0eb18d206d
4 changed files with 63 additions and 3 deletions

View File

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