Skip to content

Commit

Permalink
Additional project feature
Browse files Browse the repository at this point in the history
  • Loading branch information
rberenguel committed Nov 9, 2024
1 parent 4037070 commit ea0a077
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/taskUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ea0a077

Please sign in to comment.