mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-23 02:23:07 +02:00
Added README
This commit is contained in:
parent
9f91e49e4f
commit
019f566b67
1 changed files with 28 additions and 0 deletions
28
README.md
Normal file
28
README.md
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
## vimwiki-pytasks
|
||||||
|
|
||||||
|
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)
|
||||||
|
|
||||||
|
### Planned features
|
||||||
|
* Updating
|
||||||
|
* Due dates
|
||||||
|
* Priority
|
||||||
|
* Task deletion (when removed from the Vimwiki file, if it was there previously)
|
||||||
|
* Removals from dependency sets
|
||||||
|
|
||||||
|
### Credits
|
||||||
|
|
||||||
|
Inspired by vimwiki-tasks plugin.
|
Loading…
Add table
Add a link
Reference in a new issue