diff --git a/jrnl/plugins/json_exporter.py b/jrnl/plugins/json_exporter.py index a5c70b97..a5f58172 100644 --- a/jrnl/plugins/json_exporter.py +++ b/jrnl/plugins/json_exporter.py @@ -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"):