Todolist/task manager extension for coc.nvim
:CocInstall coc-todolist
- Allow to set a reminder for a todo item
- Auto sync your todolist with gist(require github token once: generate)
- Manage you todolist with CocList
:CocCommand todolist.create: create a new todo:CocCommand todolist.upload: upload todolist to gist:CocCommand todolist.download: download todolist from gist:CocCommand todolist.export: export todolist as a json/yaml file:CocCommand todolist.clearNotice: clear all notifications
run :CocList todolist to open the todolist
- Filter your todo items and perform operations via
<Tab> - Use
toggleto toggle todo status betweenactiveandcompleted - Use
editto edit the description of a todo item - Use
previewto preview a todo item - Use
deleteto delete a todo item
Q: Where are the todolist data stored?
A: Normally the data is saved in ~/.config/coc/extensions/coc-todolist-data/, but if you set g:coc_extension_root to another location, it will change as well
MIT

