Very nice article, thanks for sharing.
I recently created a checklist for a procedure I do at work, and I'm
quite comfortable with how I created it.
You need parttiddlerplugin from
http://www.abego-software.de and
checkboxplugin from
tiddlytools.com
to create the checklist I use numbered lines like these:
# [_] <<slider chksstep1 ./step1 "Wait until 18:05" "Step 1">>
# [_] <<slider chksstep2 ./step2 "Wait until 18:05" "Step 2">>
then below the checklist itself I have the tiddlerparts:
<part step1 hidden>
Some info
</part>
<part step2 hidden>
Some other stuff
</part>
This way I can have a simple checklist, but more detailed information
right at my fingertips in case I forget the more nuanced details of
that step. I like the parttiddlerplugin because I don't have to open
another tiddler to edit the information, it's already in the tiddler
below the checklist.
K.