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

Taskwiki currently enforces a 4-wide indentation, but many people (myself included) prefer 2-wide. It'd be nice if taskwiki could just read off indentation from `shiftwidth`.

Today an upgrade for task was available, which I installed. Taskwiki will not work with task 2.6.0 (installed in arch linux), I cannot "t " anymore (like edit task with...

Add an API for users to be able to extend the functionality of their taskwiki. Need: Currently I just couple of functions that return basic information on task on the...

I've got this in one file: ``` # file title 1 || project:toolchain.vimwiki +st ## Tasks ### Outstanding | +PENDING * [ ] task | #abcdef ``` And I've got...

Currently, if I want to determine if a task has an annotation associated with it, I have to jump to the task, hit ``, look for any annotations, then quit...

It doesn't seem to work, but maybe I'm doing something wrong. I have: ``` ## tasks || project:some_project #W ### steve || +st * [ ] this task is not...

ENV: Ubuntu 20.04 ``` 925d8ed [7 days ago] (HEAD -> master, origin/master, origin/HEAD) README: Adjust old tasklib install instructions [Tomas Babej] [I] ~/.v/p/taskwiki   master  python3 --version Python...

In the `taskrc` file, one can have: ``` uda.priority.values = H,M,,L,0 urgency.uda.priority.H.coefficient=20 urgency.uda.priority..coefficient=1.8 urgency.uda.priority.L.coefficient=-1 urgency.uda.priority.0.coefficient=-100 ``` This works fine with `task` on the cli. Only thing not working is bash...

My primary document with viewports in it that uses Taskwiki has started throwing errors. It may be related to the Taskwarrior 2.6.0 update or possibly something with taskwiki or the...

bug