mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-21 05:28:31 +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,
|
"body": entry.body,
|
||||||
"date": entry.date.strftime("%Y-%m-%d"),
|
"date": entry.date.strftime("%Y-%m-%d"),
|
||||||
"time": entry.date.strftime("%H:%M"),
|
"time": entry.date.strftime("%H:%M"),
|
||||||
|
"tags": entry.tags,
|
||||||
"starred": entry.starred,
|
"starred": entry.starred,
|
||||||
}
|
}
|
||||||
if hasattr(entry, "uuid"):
|
if hasattr(entry, "uuid"):
|
||||||
|
|
Loading…
Add table
Reference in a new issue