Highlighting of dates, metadata and item numbers (#264)
* add highlighting of dates, item numbers, and metadata * add test for highlighting of dates, item numbers, and metadata Co-authored-by: Ali Karbassi <ali@karbassi.com>
This commit is contained in:
9
todo.cfg
9
todo.cfg
@@ -62,10 +62,17 @@ export REPORT_FILE="$TODO_DIR/report.txt"
|
||||
#
|
||||
# export COLOR_DONE=$LIGHT_GREY
|
||||
|
||||
# There is highlighting for projects and contexts.
|
||||
# There is highlighting for projects, contexts, dates, and item numbers.
|
||||
#
|
||||
# export COLOR_PROJECT=$RED
|
||||
# export COLOR_CONTEXT=$RED
|
||||
# export COLOR_DATE=$BLUE
|
||||
# export COLOR_NUMBER=$LIGHT_GRAY
|
||||
|
||||
# There is highlighting for metadata key:value pairs e.g.
|
||||
# DUE:2006-08-01 or note:MYNOTE
|
||||
#
|
||||
# export COLOR_META=$CYAN
|
||||
|
||||
# === BEHAVIOR ===
|
||||
|
||||
|
||||
Reference in New Issue
Block a user