All Projects → voldikss → Coc Todolist

voldikss / Coc Todolist

[Deprecated due to an unfixable bug and crappy design]🕐 Todolist/task manager extension for (Neo)Vim

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Coc Todolist

Vim Clap
👏 Modern performant fuzzy picker for Vim and NeoVim
Stars: ✭ 1,802 (+1151.39%)
Mutual labels:  neovim
Paq Nvim
🌚 Neovim package manager
Stars: ✭ 131 (-9.03%)
Mutual labels:  neovim
Vime
vime, an easy and structural config for (neo)vim users
Stars: ✭ 136 (-5.56%)
Mutual labels:  neovim
Glrnvim
glrnvim wraps nvim with your favourite terminal into a standalone, non-fancy but daily-usable neovim GUI.
Stars: ✭ 129 (-10.42%)
Mutual labels:  neovim
Coddx Alpha
Coddx - a collection of tools that help developers program efficiently. One of the features is generating multiple files from templates quickly.
Stars: ✭ 132 (-8.33%)
Mutual labels:  todolist
Coc Yank
Yank highlight and persist yank history support for vim
Stars: ✭ 134 (-6.94%)
Mutual labels:  neovim
Coc Solargraph
Solargraph extension for coc.nvim
Stars: ✭ 127 (-11.81%)
Mutual labels:  neovim
Nvim Lsputils
Better defaults for nvim-lsp actions
Stars: ✭ 142 (-1.39%)
Mutual labels:  neovim
Vscode Neovim
VSCode Neovim Integration
Stars: ✭ 2,474 (+1618.06%)
Mutual labels:  neovim
Dots
Personal *nix configuration files
Stars: ✭ 136 (-5.56%)
Mutual labels:  neovim
Docker Dev
Container images for portable development environments
Stars: ✭ 128 (-11.11%)
Mutual labels:  neovim
Nvimpager
Use nvim as a pager to view manpages, diffs, etc with nvim's syntax highlighting
Stars: ✭ 131 (-9.03%)
Mutual labels:  neovim
Vim Bujo
A minimalist task manager for vim.
Stars: ✭ 136 (-5.56%)
Mutual labels:  todolist
Vim Laravel
Vim support for Laravel/Lumen projects
Stars: ✭ 128 (-11.11%)
Mutual labels:  neovim
Coc Highlight
Document highlight and document colors LSP support for coc.nvim
Stars: ✭ 140 (-2.78%)
Mutual labels:  neovim
Completion Treesitter
Treesitter source for completion-nvim and more
Stars: ✭ 129 (-10.42%)
Mutual labels:  neovim
Shades Of Purple.vim
Dark theme for vim
Stars: ✭ 132 (-8.33%)
Mutual labels:  neovim
Coc Vetur
Vue language server extension for coc.nvim
Stars: ✭ 142 (-1.39%)
Mutual labels:  neovim
Tree.nvim
Neovim file-explorer powered by C++
Stars: ✭ 140 (-2.78%)
Mutual labels:  neovim
Qtodotxt2
Rewrite of GUI code of QTodoTxt using qml.
Stars: ✭ 136 (-5.56%)
Mutual labels:  todolist

coc-todolist

publish npm version

Todolist manager extension for coc.nvim

Install

:CocInstall coc-todolist

Features

  • Allow to set a reminder for a todo item
  • Auto upload/download todolists with gist
  • Manage your todolist with CocList

Configuration

"todolist.dateFormat": {
  "type": "string",
  "default": "YYYY-MM-DD HH:mm",
  "description": "dates format"
},
"todolist.monitor": {
  "type": "boolean",
  "default": false,
  "description": "monitor the todolist and remind you at the time"
}

Commands

  • :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.clear: clear all todos
  • :CocCommand todolist.gist.openBrowser: open todolist gist in gist.github.com
  • :CocCommand todolist.gist.genToken: generate a token used to update gist

CocList

run :CocList todolist to open the todolist

  • Filter your todo items and perform operations via <Tab>
  • Use toggle to toggle todo status between active and completed
  • Use edit to edit a todo item
  • Use preview to preview a todo item
  • Use delete to delete a todo item

F.A.Q

Q: Where is 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

Q: coc-todolist is not loaded after upgrading

A: Remove todolist.json(normally ~/.config/coc/extensions/coc-todolist-data/todolist.json). Don't forget to backup it if necessary.

Q: I want to create a persistent todolist item

A: Leave due value empty or let due be the same as date value(default)

TODO

  • sync
  • Log
  • UI

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].