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

Hello, I'm running `nvim v0.6.1`, `python 3.8.10`, `taskwarrior v2.5.1` , `tasklib v2.4.3` & `pynvim v0.4.3` Steps to reproduce: 1. create view port like below. Here filter is **only** `tag` ```...

> MD022 - Headings should be surrounded by blank lines - [MD022](https://github.com/DavidAnson/markdownlint/blob/v0.20.4/doc/Rules.md#md022) Since the regexp for `VIEWPORT['markdown']` requires "Header beginning" (Note, this is also a typo). ```py VIEWPORT = {...

hi, if my `taskrc` is located inside `$HOME/.config/task/taskrc` it doesn't work at all with taskwarrior and vimwiki. but if i moved it in `$HOME/.task` it works. How can i make...

In `taskwiki.vim`, my `maplocalleader` setting is overwritten (unless I specifically opt out by setting `g:taskwiki_suppress_mappings`). I do not think it is good practice to overwrite the user's `maplocalleader` setting. This...

Enable following markdown-type links. Related to issue #263

This tries to fix the case when multiple viewports list the same task. Updating the task in one of them and saving can have the unwanted result that the changes...

I'm running into an issue where I can't set a task to done using `td` when it's present in multiple viewports in the same file. See the gif below: ![taskwiki](https://user-images.githubusercontent.com/1012465/152668515-2c077c1f-7af4-41d3-84ee-e248ffe47054.gif)...

Currently, I assume after fixing #17, CR is hard-coded bound to either open task info or follow a link, which is the standard mapping of vimwiki. Vimwiki allows the remapping...

This PR closes #362, preventing the user's `maplocalleader` setting from being overwritten when the taskwiki plugin defines its mappings. This is accomplished by using a script-local variable instead of writing...

A natural thing to do when sorting task list is to sort by urgency. If two tasks have same urgency, then I am not sure how the order is calculated....