So, I have a custom wiki and I’m working on a Checkbox Tiddler Selector I am trying to essentially create a filter of all checked tiddlers, currently I am doing this with tags however this method creates some issues, as the system is used to export/preview/send tiddlers the tag modifies the tiddler and is essentially orphaned when sent to a new wiki or an existing one.
What I’m wanting is to create a single filter tiddler, then when a tiddler is checked the filter tiddler has a new snippet of text added for example
Tiddler 1 [Checked]
Tiddler 2 [Checked]
Tiddler 3 [Unchecked]
Filter Tiddler:
[[Tiddler 1]] [[Tiddler 2]]
If Tiddler 1 is Unchecked I want the filter tiddler to then appear with only [[Tiddler 2]]. Any ideas for this dynamic filter/selector?