added <details> to fold done/fixed things

This commit is contained in:
yarikoptic 2019-11-04 17:56:46 +00:00 committed by admin
parent 363be9e338
commit 0173b153de

View file

@ -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>