Proper project management with Taskwarrior in vim.
Find a file
2015-03-21 14:11:15 +01:00
after/syntax Syntax: Add concealment for UUIDs 2014-12-31 03:30:37 +01:00
ftplugin taskwiki: Add TaskWikiMod command 2015-03-21 13:43:14 +01:00
taskwiki taskwiki: Prompt for modifications if not passed 2015-03-21 14:11:15 +01:00
LICENCE Rename project to taskwiki 2015-01-11 13:47:51 +01:00
README.md Rename project to taskwiki 2015-01-11 13:47:51 +01:00

Taskwiki

This is a vim plugin, which aims to provide a integration between vim and taskwarrior. It extends vimwiki plugin and provides bidirecitonal synchronization between TaskWarrior and Vimwiki file.

This allows you to define your tasks in your vimwiki files and still have processing power of TaskWarrior at your disposal.

It uses excellent tasklib library to communicate with TaskWarrior.

Features

  • Bidirecitonal updates:
    • TW -> Vimwiki (upon file loading)
    • Vimwiki -> TW (upon saving)
  • Updated information
    • Description
    • Task status (completion)
    • Dependency sets (sets subtasks as dependencies of parent tasks)
    • Due dates
    • Priority

Planned features

  • Updating
    • Task deletion (when removed from the Vimwiki file, if it was there previously)
    • Removals from dependency sets

Credits

Inspired by vimwiki-tasks plugin.