vimwiki-tasks
vimwiki-tasks copied to clipboard
A Vim plugin to integrate Vimwiki tasks with taskwarrior. Sync tasks between vimwiki and taskwarrior in both directions
vimwiki-tasks has a number of features that are undocumented, and only discoverable by reading closed issues and combing through the code. If you have the chance please update the README...
Currently, vimwiki-tasks does not reflect the task-subtask relationship via the dependency paramter. ``` * [ ] Task * [ ] Subtask 1 * [ ] Subtask 2 ``` the created...
When I have a task in my vimwiki file, which was marked completed upon loading: ``` * [X] Next random thing (2014-11-21 00:00) #785e10ef-5f7d-44b8-83c6-f7be496b94aa ``` and I undo the task...
Loading tasks does not work with 2.4.0 due to the following bug. https://bug.tasktools.org/browse/TW-1452 The reason is that vimwiki-tasks uses uuid: filter when loading the task, however, that filter is broken...
I guess the title says it all. Shouldn't vimwiki-tasks provide a configurable option to sync all the tasks? I often have projects, which I can outline in the matter of...
One of the things I like about vim-taskwarrior, is that it has adopted a command-name convention so that _all_ of it's commands start with ":TW.." and that makes the commands...
Using a set of %%TaskLists that represent things you MUST do, by your own definition. This would start with any +OVERDUE and +DUE_TODAY, but could include queries for current projects,...
The InsertTasks command has the potential to make a superb task "dashboard", embedding queries into a wiki page with your regular activities, deadlines and current projects, etc. While arranging a...
InsertProject is is related to InsertTask, but outputs the tasks with vimwiki headings. As an example, If I were to issue the command ":InsertProject foo", and within the "Foo Project"...
The [N] of items below the fold is an excellent thing, and could be somewhat misleading. When the line says ``` == Task details == [9] ``` I actually have...