TodoChecklister
A todolist/checklist AddOn for World of Warcraft. Save the bad guy's names, the items you're going to farm, the path you're going to take.
- Link items from you bag and display their amount
- List is saved even when you log out
- Drag items around to move them
- Click to edit
- Multi-add items with "Keep focus" option!
- More options like opacity or toggling in "Esc" -> Interface Options -> Addons -> Todochecklister
How to use it
-
If you happen to have any AddOn that integrates with
AceAddon
orLibDBIcon
, a "list" button should appear on your minimap and you can toggle the addon by clicking it
- Or you can also type
/todo tg
on your chatbox to toggle the window
List of slash commands
- /todo help - Display available commands on chat
- /todo reload - Reset you window to its default properties(size, position, scale)
- /todo tg - Toggle the Todo window
- /todo add {message} - Adds
{message}
to your item list
Example:/todo add My item
will add a item named "My item" to your list - /todo rmv {position} - Remove item in
{position}
Example:/todo rmv 1
removes the first item from the list - /todo mv {originalposition} {targetposition} - Move item from
{original_position}
to{target_position}
Example:/todo mv 1 3
Moves the first item in the list to the 3rd slot - /todo chk {position} - Check or unchecks an item in
{position}
Example:/todo chk 1
Checks the first intem on your list