blakesweeney / unite-taskwarrior

A unite.vim interface to taskwarrior
6 stars 2 forks source link

g:unite_taskwarrior_use_vim-tw = 1 #43

Open linuxcaffe opened 9 years ago

linuxcaffe commented 9 years ago

Again with external projects! ;-)

vim-taskwarrior (https://github.com/blindFS/vim-taskwarrior) is a great task interface and displays manipulates tasks in a grid. Taskwiki can optionally use vim-taskwarrior to display the contents of a ViePort as a grid (taskwiki this, and taskwiki that!) and that's one of the things I think utw could (eventually) do.

Possible benefits of vim-tw integration;

Adding a new action to display the current filter-set as a grid, should be fairly low-hanging fruit

Using vim-tw color methods and definitions means a) we won't have to figure and configure as much, if users want field-based highlighting, install and use_vim-tw = 1, which will also result in b) color consistency between interfaces. (that said, I don't totally agree with the default vim-tw choices, but..)

linuxcaffe commented 9 years ago

I can see places for g:vim-tw_use_unite-task = 1, or g:taskwiki_use_unite-task = 1, where utw could enhance vim-taskwarrior and/or taskwiki, but I'll leave those issues on those sites ;-)

blakesweeney commented 9 years ago

This needs some more thought on my part, so I'm postponing for now.