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

In VimWiki regularly, I can fold section headers with `zc`. But in a TaskWiki buffer, I cannot fold section headers - I just get the error "No fold found."

enhancement
accepted

I installed Taskwiki using Packer `use { 'tools-life/taskwiki' }` and I checked that tasklib and pynvim has been installed. ```bash ❯ pip3 install tasklib Requirement already satisfied: tasklib in /Users/yyymx/.asdf/installs/python/3.9.6/lib/python3.9/site-packages...

When I tried to edit a task using key binding \te I got following errors. I also tried setting 'alias vi=/usr/local/bin/nvim' in my ~/.zshrc but that did not help. I...

Pandoc recognizes a list as a list only if it is preceded by a blank line. otherwise it treats it as a plain text and all the tasks get clobbered...

running this version: 4d7a4da [9 days ago] (HEAD -> dev, origin/dev) Doc fix helptags all (#1181) [Tinmarino] here is error message: ``` Error detected while processing function provider#python3#Call: line 18:...

Even after installing it properly, taskwiki is not registering neovim tasks into taskwarrior. however when tested same with Ubuntu, it all works fine

Hi, this could be either a vimwiki issue or taskwiki issue. Am filing it here because it happens only with taskwiki files. While saving a taskwiki file the cursor jumps...

This allows the presence of empty lines between the task list and the header in a viewport, which is especially desirable to abide by standard Markdown conventions. The header spacing...

This makes Taskwiki honour the value of `tabstop` set for the current buffer instead of always rewriting the indentation of dependent tasks with four spaces regardless of that setting. Relates-to:...

Taskwiki seems to systematically rewrite the indent of dependent tasks with four spaces instead of honouring the value of `tabstop` set for the current buffer.