Skip to content

Commit

Permalink
Update readme with latest features
Browse files Browse the repository at this point in the history
  • Loading branch information
piascikj committed Mar 19, 2018
1 parent f5e9ca0 commit bbf0e7c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ The best issue tracker is one that's invisible. Integrate your TODO comments in
- [$now and $today variable replacement](#now-and-today-variable-replacement)
- [Plain text remind: and due: timestamps](#plain-text-remind-and-due-timestamps)
- [OS notifications for remind:[timestamp] metadata](#os-notifications-for-remindtimestamp-metadata)
- [Auto completed:[timestamp]](#auto-completedtimestamp)
- [Task Board Features](#task-board-features)
- [Filtering your board](#filtering-your-board)
- [Delete all visible tasks](#delete-all-visible-tasks)
Expand Down Expand Up @@ -86,7 +87,18 @@ Use plain text to set reminders and due dates for your tasks. Uses [date.js](htt
- (ex. `due:2018-03-19T10:00:00-06:00 remind:2018-03-19T11:30:00-04:00`)

### OS notifications for remind:[timestamp] metadata

If you set a reminder for your task, you'll receive an OS notification with a show button that will take you back to task in the file.

### Auto completed:[timestamp]
Adding this section to your `.imdone/config.json` will cause all tasks in `DONE` to have a `completed:[timestamp]` added to the task text.
```json
"transformers": {
"autocomplete": {
"list": "DONE"
}
}
```
Set `list` to whatever list you use for done.

Task Board Features
----
Expand Down

0 comments on commit bbf0e7c

Please sign in to comment.