mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 09:28:31 +02:00
Merge 950af5f2e2
into 02ce7dfbd3
This commit is contained in:
commit
5c9fbaf861
1 changed files with 2 additions and 1 deletions
|
@ -341,6 +341,7 @@ class DayOne(Journal):
|
|||
'Starred': entry.starred if hasattr(entry, 'starred') else False,
|
||||
'Entry Text': entry.title+"\n"+entry.body,
|
||||
'Time Zone': get_local_timezone(),
|
||||
'UUID': new_uuid
|
||||
'UUID': new_uuid,
|
||||
'Tags': [tag for tag in entry.tags] if entry.parse_tags() and hasattr(entry, 'tags') else False
|
||||
}
|
||||
plistlib.writePlist(entry_plist, filename)
|
||||
|
|
Loading…
Add table
Reference in a new issue