added <details> to fold done/fixed things
This commit is contained in:
parent
363be9e338
commit
0173b153de
1 changed files with 11 additions and 4 deletions
|
@ -4,20 +4,27 @@ TODOs for DataLad
|
|||
[[!inline pages="todo/* and !todo/done and !link(todo/done) and
|
||||
(author(yoh) or author(mih) or author(ben) or author(yarikoptic) or author(kyle))" sort=mtime feeds=no actions=yes archive=yes show=0]]
|
||||
|
||||
Done
|
||||
----
|
||||
|
||||
<details>
|
||||
<summary>Done</summary>
|
||||
|
||||
[[!inline pages="todo/* and !todo/done and link(todo/done) and
|
||||
(author(yoh) or author(mih) or author(ben) or author(yarikoptic) or author(kyle))" feeds=no actions=yes archive=yes show=0]]
|
||||
|
||||
</details>
|
||||
|
||||
My bugs
|
||||
=======
|
||||
|
||||
[[!inline pages="bugs/* and !bugs/done and !link(bugs/done) and
|
||||
(author(yoh) or author(mih) or author(ben) or author(yarikoptic) or author(kyle))" sort=mtime feeds=no actions=yes archive=yes show=0 template=buglist]]
|
||||
|
||||
Fixed
|
||||
-----
|
||||
|
||||
|
||||
<details>
|
||||
<summary>Fixed</summary>
|
||||
|
||||
[[!inline pages="bugs/* and !bugs/done and link(bugs/done) and
|
||||
(author(yoh) or author(mih) or author(ben) or author(yarikoptic) or author(kyle))" feeds=no actions=yes archive=yes show=0 template=buglist]]
|
||||
|
||||
</details>
|
||||
|
|
Loading…
Reference in a new issue