Add default configuration for imag-todo show format
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
cadd9f8944
commit
e3b4901004
1 changed files with 13 additions and 0 deletions
13
imagrc.toml
13
imagrc.toml
|
@ -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}}
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue