Subject
Show ToDo items in commandline buffer.
Also add item to your Ta-da list.
Global variables
Following variable is *requied*.
- tada_userId
Please specify your user ID.
Following variable is optional.
- tada_defaultListName
- Default list name.
Use this list name if command parameter is not supplied.
However this variable not specified, use first one of lists as default.
Command
- Usage
- :tada [list name] [subject]
- Show default list unless 'list name' supplied.
Show specified list if 'list name' is supplied.
Add todo item to default list if 'list name' is not supplied and 'subject' is supplied.
Add todo item to specified list if 'list name' and 'subject' are supplied.
- :tada -open [list name]
- Open default list unless 'list name' supplied.
Open specified list if 'list name' is supplied.
- :tadamail
- Send list to registered mail address.
- :tadaclearcache
- Clear cache data.
ToDo
- 'Done' functionlity.
- Item deletion.
- Performance tunning.