mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 21:46:13 +02:00
New style display of posts
This commit is contained in:
parent
11a73b4fc2
commit
d5b6d559c3
2 changed files with 12 additions and 10 deletions
|
@ -134,7 +134,7 @@ class Journal:
|
|||
|
||||
def __str__(self):
|
||||
"""Prettyprints the journal's entries"""
|
||||
sep = "-"*60+"\n"
|
||||
sep = "\n"
|
||||
pp = sep.join([str(e) for e in self.entries])
|
||||
if self.config['highlight']: # highlight tags
|
||||
if self.search_tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue