mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-23 02:23:07 +02:00
docs: Refactor sections about individial tasks and task lists
This commit is contained in:
parent
f70f9b05c7
commit
c1b1492daa
1 changed files with 21 additions and 3 deletions
24
README.md
24
README.md
|
@ -71,9 +71,27 @@ features, such as filtering, recurrent tasks, user defined attributes or hooks.
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- ViewPorts: a vimwiki header with a task query (filter) embedded, generate
|
#### Individual tasks
|
||||||
a corresponding list of tasks. These tasks can be modified and changes
|
|
||||||
will be synced back to task data. A ViewPort heading looks like this:
|
* [ ] Install Taskwiki
|
||||||
|
|
||||||
|
Such tasks get synced to TaskWarrior when the file is saved. Additional
|
||||||
|
metadata, as project, tags, priority, can be stored with this task.
|
||||||
|
|
||||||
|
Some of that metadata gets visually represented in vim, and is updated
|
||||||
|
if the representation changes in vim.
|
||||||
|
|
||||||
|
* [ ] Install Taskwiki !!! (2015-08-23 19:00)
|
||||||
|
|
||||||
|
#### Task lists
|
||||||
|
|
||||||
|
Tasks can be grouped - simply written in one block. This has the advantage
|
||||||
|
of any child tasks being marked as dependencies of the parent tasks.
|
||||||
|
|
||||||
|
* [ ] Get married
|
||||||
|
* [ ] Find a girlfriend
|
||||||
|
* [ ] Buy a ring
|
||||||
|
* [ ] Propose
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
== Project Foo Tasks | +PENDING project:foo | +bar pri:H ==
|
== Project Foo Tasks | +PENDING project:foo | +bar pri:H ==
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue