mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
tag array for json
This commit is contained in:
parent
3a94a4b215
commit
ced121edc5
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ class JSONExporter(TextExporter):
|
|||
"body": entry.body,
|
||||
"date": entry.date.strftime("%Y-%m-%d"),
|
||||
"time": entry.date.strftime("%H:%M"),
|
||||
"tags": entry.tags,
|
||||
"starred": entry.starred,
|
||||
}
|
||||
if hasattr(entry, "uuid"):
|
||||
|
|
Loading…
Add table
Reference in a new issue