diff options
Diffstat (limited to 'template.task')
| -rw-r--r-- | template.task | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/template.task b/template.task new file mode 100644 index 0000000..082bdae --- /dev/null +++ b/template.task @@ -0,0 +1,10 @@ +---- +name="Custom name (if not specified use filename)" +; priority is a number, higher number is higher prio. Maybe use aliases (L=1,M=2,H=3) to add convenience? +priority=5 +; folders are used for separating contexts and possibly for tags too +; i.e. root for context and sub for tags /contextwork/tagdatasources/iods.task +---- +A long description to display about the problem. + +Multiple lines allowed, format unspecified for flexibility. For instance could be filtered by 3rd party program (i.e. markdown to html). |
