list of confirmed todos
aka, an actual todo list again
This commit is contained in:
parent
b238f5e2a9
commit
a767622ad8
2 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
This is git-annex's todo list. Link items to [[todo/done]] when done. A more complete [[design/roadmap/]] is also available.
|
||||
This is git-annex's todo list. Link items to [[todo/done]] when done,
|
||||
or tags: [[todo/confirmed]] [[todo/moreinfo]] [[todo/needsthoughts]] [[todo/unlikely]]
|
||||
|
||||
[[!inline pages="./todo/* and !./todo/*/* and !./todo/done and !link(done)
|
||||
and !*/Discussion and !./todo/moreinfo and !./todo/confirmed
|
||||
|
|
|
@ -1,2 +1,8 @@
|
|||
This tag is for todo items that have an agreed upon plan of action, but
|
||||
have not been implemented yet.
|
||||
|
||||
[[!inline pages="./todo/* and !./todo/*/* and !./todo/done and !link(done)
|
||||
and link(todo/confirmed)
|
||||
and !*/Discussion and !./todo/moreinfo and !./todo/confirmed
|
||||
and !./todo/needsthought and !./todo/unlikely" actions=yes postform=yes postformtext="Add a new todo titled:"
|
||||
show=0 feedlimit=10 archive=yes template=buglist]]
|
||||
|
|
Loading…
Reference in a new issue