mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
"Starred" in json export
This commit is contained in:
parent
82336ffe75
commit
31e64ff6a0
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@ class Entry:
|
|||
'title': self.title.strip(),
|
||||
'body': self.body.strip(),
|
||||
'date': self.date.strftime("%Y-%m-%d"),
|
||||
'time': self.date.strftime("%H:%M")
|
||||
'time': self.date.strftime("%H:%M"),
|
||||
'starred': self.starred
|
||||
}
|
||||
|
||||
def to_md(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue