[tw5] How to loop through Tiddlers of a certain Tag and gather up all the values in a certain field

2020-04-07 Thread Thomas Stone
Might I recommend you create a separate tag each context, instead of a field. A tag itself can be a tiddler with its own tag. So you could create Home, Work, and Out tiddlers, each with a Task tag. Then your filter would look like: [tag[Task]!is[tag]tags[]tag[Task]unique[]] -- You received

[tw5] How to loop through Tiddlers of a certain Tag and gather up all the values in a certain field

2020-04-06 Thread David
I have a bunch of tiddlers with the tag of "Task" and a field called "context" I'd like to loop over them, or whatever, and end up with a variable or tiddler that is a list of all the different values found in that "context" field. I then plan to loop over that and show some stuff. Right