mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 21:46:13 +02:00
Filters before exporting
This commit is contained in:
parent
571a2677eb
commit
e5ee4e3f97
2 changed files with 5 additions and 3 deletions
|
@ -54,6 +54,7 @@ class Journal(object):
|
|||
consts.DOWParseStyle = -1 # "Monday" will be either today or the last Monday
|
||||
self.dateparse = pdt.Calendar(consts)
|
||||
self.key = None # used to decrypt and encrypt the journal
|
||||
self.search_tags = None # Store tags we're highlighting
|
||||
|
||||
journal_txt = self.open()
|
||||
self.entries = self.parse(journal_txt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue