From 5fa7f3419bf5b2eb10cb2923ec47341075f84805 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Fri, 15 Nov 2024 01:14:07 +0100 Subject: Initial commit --- template.task | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 template.task (limited to 'template.task') 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). -- cgit v1.2.3