collapse lists of done items by default
authorJoey Hess <joeyh@joeyh.name>
Tue, 16 Nov 2021 16:38:41 +0000 (12:38 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 16 Nov 2021 16:38:41 +0000 (12:38 -0400)
Copying how the datalad page does it. This avoids me missing the header
and thinking these are still open.

doc/projects/dandi.mdwn
doc/projects/repronim.mdwn

index d485a27fc8605ab53446c6802a9b18971393fdde..5ab5738171bdc0d8c544092c46367a93e0c2a123 100644 (file)
@@ -7,19 +7,20 @@ DANDI: Distributed Archives for Neurophysiology Data Integration is a platform f
 
 [[!inline pages="todo/* and !todo/done and !link(todo/done) and tagged(projects/dandi)" sort=mtime feeds=no actions=yes archive=yes show=0 template=buglist]] 
 
-### Done:
+<details>
+<summary>Done</summary>
 
 [[!inline pages="todo/* and !todo/done and link(todo/done) and tagged(projects/dandi)" sort=mtime feeds=no actions=yes archive=yes show=0 template=buglist]] 
 
-
+</details>
 
 ## BUGs
 
 [[!inline pages="bugs/* and !bugs/done and !link(bugs/done) and tagged(projects/dandi)" sort=mtime feeds=no actions=yes archive=yes show=0 template=buglist]] 
 
-### Done:
+<details>
+<summary>Done</summary>
 
 [[!inline pages="bugs/* and !bugs/done and link(bugs/done) and tagged(projects/dandi)" sort=mtime feeds=no actions=yes archive=yes show=0 template=buglist]] 
 
-
-
+</details>
index e31221ce879f6419c6450a71092381a41285b74d..e309c8db8f90e26c7c65223304240b1edae6912d 100644 (file)
@@ -7,16 +7,20 @@ The center for Reproducible Neuroimaging computation develops standards and tool
 
 [[!inline pages="todo/* and !todo/done and !link(todo/done) and tagged(projects/repronim)" sort=mtime feeds=no actions=yes archive=yes show=0 template=buglist]] 
 
-### Done:
+<details>
+<summary>Done</summary>
 
 [[!inline pages="todo/* and !todo/done and link(todo/done) and tagged(projects/repronim)" sort=mtime feeds=no actions=yes archive=yes show=0 template=buglist]] 
 
-
+</details>
 
 ## BUGs
 
 [[!inline pages="bugs/* and !bugs/done and !link(bugs/done) and tagged(projects/repronim)" sort=mtime feeds=no actions=yes archive=yes show=0 template=buglist]] 
 
-### Done:
+<details>
+<summary>Done</summary>
 
 [[!inline pages="bugs/* and !bugs/done and link(bugs/done) and tagged(projects/repronim)" sort=mtime feeds=no actions=yes archive=yes show=0 template=buglist]] 
+
+</details>