diff options
| author | Julian Hurst <ark@mansus.space> | 2024-11-15 01:14:07 +0100 |
|---|---|---|
| committer | Julian Hurst <ark@mansus.space> | 2024-11-15 01:14:07 +0100 |
| commit | 5fa7f3419bf5b2eb10cb2923ec47341075f84805 (patch) | |
| tree | b02c909bfffbc2a6107a0b267dc05b6184276929 /template.task | |
| download | hatask-5fa7f3419bf5b2eb10cb2923ec47341075f84805.tar.gz | |
Initial commit
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). |
