diff options
| author | Grant Ammons <gammons@gmail.com> | 2017-03-03 18:30:06 -0500 |
|---|---|---|
| committer | Grant Ammons <gammons@gmail.com> | 2017-03-03 18:30:06 -0500 |
| commit | c2114f083afeb1ac2cc28e9a83f3a9c591b59a1f (patch) | |
| tree | 0ef4b9c60917e1428202cbb9b0fcc6abd20adb3c /todolist/todos.json | |
| parent | be32789ec53ebe0a2141cf4d13696280ef79ee7f (diff) | |
Add priority feature
Now, todos have a priority flag. When listed, these todos will be
bolded and italic.
You can list todos by priority by running `todolist l p`.
Diffstat (limited to 'todolist/todos.json')
| -rw-r--r-- | todolist/todos.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/todolist/todos.json b/todolist/todos.json index 5e44228..bc147d1 100644 --- a/todolist/todos.json +++ b/todolist/todos.json @@ -1 +1 @@ -[{"id":1,"subject":"this is the first subject","projects":["test1"],"contexts":["root"],"due":"2016-04-04","completed":false,"archived":true},{"id":2,"subject":" audit userify for 2FA","projects":["test1"],"contexts":["root","more"],"due":"","completed":true,"archived":false}]
\ No newline at end of file +[{"id":1,"subject":"this is the first subject","projects":["test1"],"contexts":["root"],"due":"2016-04-04","completed":false,"archived":true,"isPriority":false},{"id":2,"subject":" audit userify for 2FA","projects":["test1"],"contexts":["root","more"],"due":"","completed":true,"archived":false,"isPriority":false}]
\ No newline at end of file |
