Specify that values in key:value pairs can't contain whitespace or colons

Gina Trapani
2014-06-11 09:33:13 -07:00
parent 8303b7ec4e
commit 894fdf7ce4

@@ -144,7 +144,7 @@ With the completed date (required), if you've used the prepended date (optional)
h2. Add-on File Format Definitions 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 <code>key:value</code> to define additional metadata, for example, <code>due:2010-01-02</code> 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 <code>key:value</code> to define additional metadata, for example, <code>due:2010-01-02</code> 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 h2. Other notations