You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rec Recurrence with rec:\+?[0-9]+[dwmyb] as described here and here but with a twist.
By default Simpletask will use the date of completion for recurring as described in the link. However if the rec includes a plus (e.g. rec:+2w), the date is determined from the original due or threshold date..
rec:1b will recur after 1 weekday (mnemonic business-day).
The format is described by a regular expression, so in words the syntax is rec: followed by an optional + then 1 or more numbers and then followed by one of day, week, month or year. For example rec:12d sets up a 12 day recurring task.
Hidden tasks with the specified tag h:1, this allows dummy tasks with predefined lists and tags so that lists and tags will be available even if the last task with the tag/list is removed from todo.txt. These tasks will not be shown by default. You can temporarily display them from the Settings. also see hide
similar to todotxt/todo.txt#8
Potentially related todotxt/todo.txt#79
Also see todo.txt clients and tags google sheet
From spec
Current spec mentions two ideas/suggestions/conventions for key value:
pri
pri:A
- List of "Special tag / Additional Definitions" todotxt/todo.txt#8 (comment)due
due:2010-01-02
due:YYYY-MM-DD
to represent the due dateSeen in the wild
t:YYYY-MM-DD
Start/threshold date - List of "Special tag / Additional Definitions" todotxt/todo.txt#8 (comment) and List of "Special tag / Additional Definitions" todotxt/todo.txt#8 (comment)issue
- List of "Special tag / Additional Definitions" todotxt/todo.txt#8 (comment)comp
- completion progress - List of "Special tag / Additional Definitions" todotxt/todo.txt#8 (comment)rec
Recurrence withrec:\+?[0-9]+[dwmyb]
as described here and here but with a twist.rec:+2w
), the date is determined from the original due or threshold date..rec:1b
will recur after 1 weekday (mnemonic business-day).rec:
followed by an optional+
then 1 or more numbers and then followed by one ofd
ay,w
eek,m
onth ory
ear. For examplerec:12d
sets up a 12 day recurring task.h:1
, this allows dummy tasks with predefined lists and tags so that lists and tags will be available even if the last task with the tag/list is removed fromtodo.txt
. These tasks will not be shown by default. You can temporarily display them from the Settings. also seehide
uuid
- also seeid
id
- https://gitter.im/todotxt/Lobby?at=6284470aeaf3267f8566d9e3blocks
- https://gitter.im/todotxt/Lobby?at=6284470aeaf3267f8566d9e3wait
- Hide until wait date, essentially an expected start date - https://lwn.net/Articles/824608/TODO copy/paste my comments here. Then either new (linked) file or include in spec.
The text was updated successfully, but these errors were encountered: