Add default configuration for imag-todo show format

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2019-12-01 12:54:42 +01:00
parent cadd9f8944
commit e3b4901004

View file

@ -374,3 +374,16 @@ calendars = "/home/user/calendars"
# The name of the mail reference collection
ref_collection_name = "mail"
[todo]
show_format = """
{{i}} {{uuid}}
Status: {{status}}
Priority: {{prio}}
Scheduled: {{sched}}
Hidden: {{hidden}}
Due: {{due}}
{{text}}
"""