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

Hi, It seems that every time I add a plugin to my ```init.vim``` I have to reinstall taskwiki. ### The error I get if I do not reinstall is: >...

1. Create a markdown file 2. Add a task: '* [ ] Test' 3. Save 4. SHIFT+A to append to end of line RESULT: Hex color is appended to end...

This is not intended to be a duplicate of #75 (I.e. I am not *requesting* that taskwiki fully supports multiple parent tasks), but, an observation that the current approach to...

Hello, I'm trying to achieve the following use case: My taskwiki is inside a git repository. Tasks are correctly displayed when opening on my 'main' machine. 1. Create/update the task-file...

I set custom priorities using: ``` uda.priority.values=1,2,3,,L ``` This threw an error in any viewport that I tried to use. I tracked this down to vwtask (line 15), and when...

Hi, First of all, thank you very much for your work on this project. I 've been searching about this for a long time and finally I found this awasome...

I came across unmet dependencies for this package: - six - packaging They were not installed on my system and errors popped up. Maybe they should be listed in the...

``` 1_LoadFTPlugin[19]..script Error detected while processing BufReadPost Autocommands for "*.wiki"..function 65_setup_new_wiki_buffer[19]..vimwiki#u#ft_set[9]..FileType Autocommands for "*"..funct ion 1_LoadFTPlugin[19]..script /Users/david/.vim/plugged/taskwiki/ftplugin/vimwiki/taskwiki.vim[29]..function provider#python3#Call: line 18: Error invoking 'python_execute_file' on channel 3 (python3-script-host): Traceback (most recent...

This pull request addresses an issue observed in the 'taskwiki' when using the markdown dialect. Previously, 'taskwiki' did not conceal vimwiki links. With the changes introduced in this pull request,...

I have a complicated section on my daily journal which tracks what I have done and should do each day. It gets painfully slow on my laptop. When I edit...