The Counting Tasks script allows you to create To Do's with counters in them.
Every time you score the task, the counter is either increased or decreased. This way, you may track how often you have done a task or configure tasks with a limited number of executions (e.g., using the credit on a 10-session membership card).
Features[]
- enable counters on To Do's
- counters can go up or down
Installation[]
Follow the installation instructions for the Habitica GAS Template.
Source Code[]
The source code of the script is available on
Usage[]
To use the Counting Tasks, simply add another line in the description of your task:
Counter: 0
for a counter going up, starting at 0Countdown: 10
for a counter going down, starting at 10
Important notes:
- The line needs to be the first line in the description, and it needs to be a separate line without leading or trailing whitespaces.
- The wording needs to be correct (
CounterorCountdown), the space after the semicolon is mandatory, and the number must be a non-negative integer. - Tasks with a countdown will vanish after the countdown hits 0.