Use the checkbox widget (https://tiddlywiki.com/#CheckboxWidget) and, 
perhaps, set each box to a field in your tiddler. Something like:

<$checkbox field="w1-a" checked="done" unchecked="undone"/> ... 
<$checkbox field="w1-b" checked="done" unchecked="undone"/>

etc.

The problem with this approach is that you will have to constantly add more 
fields as the weeks progress.

A different structure might put one week's worth of values in a single 
tiddler. Then use a list widget to loop and create your checkbox table. 
Then whenever
you need to create a new week, just clone an old one and reset the field 
values.

Good luck!


On Wednesday, July 10, 2019 at 8:36:16 PM UTC-7, Sapphireslinger wrote:
>
> I am trying to make a checkbox table to keep track of a habit. I really 
> like that I can check a checkbox without opening the tiddler. (That way I 
> can click on my sidebar tab marked "Habits" and go down through the list of 
> transcluded tables checking off habits without opening a single  tiddler.) 
> However the checkboxes refuse to stay checked. What am I doing wrong? Here 
> is my example table:
>
> | JOURNAL |<|<|<|<|<|<|<|h
> |W1|<input type="checkbox">|<input type="checkbox">|<input 
> type="checkbox">|<input type="checkbox">|<input type="checkbox">|<input 
> type="checkbox">|<input type="checkbox">|
> |W2|<input type="checkbox">|<input type="checkbox">|<input 
> type="checkbox">|<input type="checkbox">|<input type="checkbox">|<input 
> type="checkbox">|<input type="checkbox">|
> |W3|<input type="checkbox">|<input type="checkbox">|<input 
> type="checkbox">|<input type="checkbox">|<input type="checkbox">|<input 
> type="checkbox">|<input type="checkbox">|
> |W4|<input type="checkbox">|<input type="checkbox">|<input 
> type="checkbox">|<input type="checkbox">|<input type="checkbox">|<input 
> type="checkbox">|<input type="checkbox">|
> |W5|<input type="checkbox">|<input type="checkbox">|<input 
> type="checkbox">|<input type="checkbox">|<input type="checkbox">|<input 
> type="checkbox">|<input type="checkbox">|
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/df3f9618-5561-4c13-827f-ddd7e2fcea72%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to