taskwiki icon indicating copy to clipboard operation
taskwiki copied to clipboard

Proper project management with Taskwarrior in vim.

Results 124 taskwiki issues
Sort by recently updated
recently updated
newest added

(This is mostly because I used *vimwiki* (for a short time) before trying *taskwiki* and have not used *taskwarrior* before that...) ### Taskwarrior First we need to establish what a...

To reproduce: - Create a project and add a task containing a newline in its description - Attempt to open a viewport to that project - View the error message...

The following breaks the viewport functionality: ``` = [[other-wiki-page]] | project:other-project = ``` and the list is not auto populated for example until the link is changed to plain text

``` == Today's Tasks | priority:H (+READY or +BLOCKED) == * [x] task 1 * [ ] subtask of 1 * [ ] task 2 * [ ] subtask of...

Since today I get the following python error: ``` Fehler beim Ausführen von "/home/klaus/.vim/bundle/taskwiki/ftplugin/vimwiki/taskwiki.vim": Zeile 33: Traceback (most recent call last): File "", line 1, in File "/home/klaus/.vim/bundle/taskwiki/taskwiki/main.py", line 642,...

The tagbar settings applied [here](https://github.com/tbabej/taskwiki/blob/master/taskwiki/main.py#L344-L355) overwrite user tagbar settings in `.vimrc`. It seems to me this should be removed and allow the user to handle the setup or at the...

«When I hit CTRL+SPACE on a started task `- [S] started task` , I want to mark the task as complete.» Observed behavior: `- [S] started task` becomes `- [...

enhancement
PR welcome
accepted

The code in `task_info_or_vimwiki_follow_link` only handles default Vimwiki syntax and not markdown. When I press `` over a link in a task I get the task info when I want...

I am using neovim and have installed vimwiki, taskwiki and AsniEsc. I have also `set termguicolors`. I open a vimwiki file with some tasks and type `:TaskWikiBurndownDaily`. No bars are...