Good day,
I have been playing around with my own Task Management example for a while, and have managed to get some nice functionality going without using plugins.
I now however have an interesting situation that I can't seem to solve;
The ToDo and Completed tiddlers list tiddlers with the appropriate tags.
I have a TaskCheckbox tiddler that filters all current tiddlers with the tag "Task".
It then does a subfilter to see if it is tagged "ToDo" or "Completed" and displays a checkbox after the Title on the "Task" tiddler that is checked when "Completed", and unchecked when "ToDo". It also swaps the tags when the checkbox is toggled.
I then add a new task tiddler with the tags "Task" and "ToDo" and detail it as you would any tiddler.
Once it's saved you can toggle the checkbox to reflect the status.
Everything works perfectly, until I add a second task tiddler;
The moment the "ToDo"/"Completed" tag goes in, TaskCheckbox suddenly adds another checkbox and status.
The same when I add a third, fourth and so on.
My tiddlywiki is attached for inspection.
Anyone with any idea what is throwing it off? I purposefully use the same tags and tiddlers for Table of Contents and listing purposes and have thusfar been able to work around any issues that might cause.
Any input/feedback will be greatly appreciated!