You've already forked joplin
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). * Revising based on feedback * Directly calling JSON.stringify on the item
This commit is contained in:
committed by
Laurent Cozic
parent
3a9948e528
commit
0eb18d206d
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user