What @TonyM said. Just store colors in a field as space separated, like: 
"red black brown". List and enlist can separate them out just fine.
```
<$list filter="[list[Cardinal!!colour]]" />
<$list filter="[enlist{Cardinal!!colour}]" />
```
both output
```
red
black
brown
```
Values with a space are handled with brackets. e.g. `yellow brown [[sky 
blue]]`

You can also search that color field with `[contains:colour[brown]]` for 
all tiddlers with brown as one of its list items.

You can collect all the colors of all North American birds with `[tag[North 
American]each:list-item[colour]]`

One last thing. Don't use the field color. It's reserved by tiddlywiki for 
stuff, and you'll get a color wheel as an input field.

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0ddac792-c77b-473a-a3c4-e320ec47415e%40googlegroups.com.

Reply via email to