From ea0a0779512bdf3d2037aaefec2b73d04cfb796d Mon Sep 17 00:00:00 2001 From: Ruben Berenguel Montoro Date: Sat, 9 Nov 2024 10:27:03 +0100 Subject: [PATCH] Additional project feature --- lib/taskUtils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/taskUtils.js b/lib/taskUtils.js index 715d318..bd2e9a3 100644 --- a/lib/taskUtils.js +++ b/lib/taskUtils.js @@ -17,6 +17,7 @@ Tasks can be defined either as JS objects or in markdown-like structured text. - Settings for formatting can be passed as a "task", any CSS property defined there will be applied to the wrapping div. - A list of projects can be passed as a "task". This can be a list of strings or a list of lists of strings. - When the keyword is found in a task text it will have a different color and styling. + - If a task ends in .project (for a particular project name) the whole task will be of the project color (and the project name will be removed) - Strings in the same sublist share the same color. - A task can have a "message" that is displayed on hover. Useful for done tasks. Can be used as a "log". - You can add a "hr task" to display a separator.