From 894fdf7ce4826ab2edb9135ea2404d36a2a2a4f1 Mon Sep 17 00:00:00 2001 From: Gina Trapani Date: Wed, 11 Jun 2014 09:33:13 -0700 Subject: [PATCH] Specify that values in key:value pairs can't contain whitespace or colons --- The-Todo.txt-Format.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/The-Todo.txt-Format.textile b/The-Todo.txt-Format.textile index 16415f2..047820c 100644 --- a/The-Todo.txt-Format.textile +++ b/The-Todo.txt-Format.textile @@ -144,7 +144,7 @@ With the completed date (required), if you've used the prepended date (optional) h2. Add-on File Format Definitions -The Todo.txt CLI is extensible with add-ons. An add-on may define its own additional formatting rules for extra metadata. In general, add-on developers should use the format key:value to define additional metadata, for example, due:2010-01-02 as a due date. +The Todo.txt CLI is extensible with add-ons. An add-on may define its own additional formatting rules for extra metadata. In general, add-on developers should use the format key:value to define additional metadata, for example, due:2010-01-02 as a due date. Both key and value must consist of non-whitespace characters, which are not colons. Only one colon separates the key and value. h2. Other notations