TodoList is a simple Todo plugin for Sublime Text 3. It is window-based and can have different active lists on separate windows. There are no connections to open files since the idea of the plugin is to be a general todo-list.
- Download TodoList.sublime-package
- Place it in your Installed Packages directory and restart Sublime Text.
Clone this repository into your packages folder:
git clone https://github.com/2mas/TodoList.git 'TodoList'
Use the TodoList: Menu in Command Palette to begin.
-
Lists
- Create lists
- Load/Switch active list
- Delete lists
-
Todo items
- Add todo-items to active list
- List todo items
- Move items up/down
- Remove items
TodoList will create a todo_list.json file in your user-path by default.
You can provide your own location and filename by going to Preferences > Package Settings > TodoList > Settings - User
or Settings - More > OS Specific
For a example on Windows:
{
"file_path": "C:\\folder\\todo.json"
}
Available commands to bind if needed:
The main-menu of the plugin, also available in Command Palette
Creates a new todo-list and set it as active list
Load a list to your active Sublime window
Brings up a list of todo-lists, select one for deletion
Deletes the current active list
Lists all todo-items in current list
Add a todo-item to current active list
Default key-bindings:
ctrl+t+m: todo_list_menu
ctrl+t+l: todo_list_list_all