Hi Steve, Useful stuff.
For ColoresLinksPlugin <http://coloredlinks.tiddlyspot.com/#systemConfig> for TW Classic I implemented it once so that tiddlers would automatically be shown in the color of the first tag. Some polishing for your example: <$vars categories="[tag[TableOfContents]]"> <$select tiddler='$:/temp/set-tag-color'> <$list filter=<<categories>>> <option value=<<currentTiddler>>><$view field='title'/></option> </$list> </$select> </$vars> <$list filter="[{$:/temp/set-tag-color}]"> <$vars color={{!!color}}> <!--set all of category--> <$button>change all tagged: <$list filter="[tag{$:/temp/set-tag-color}]"> <$action-setfield color=<<color>> /> </$list> </$button> <$macrocall $name="tag" tag={{$:/temp/set-tag-color}}/> <$edit field="color"/> <br><br> <!--get all the tiddlers tagged--> <$list filter="[tag{!!title}]"> <$button>change color for: <$action-setfield color=<<color>> /> </$button> <$macrocall $name="tag" tag=<<currentTiddler>>/> <br> </$list> </$vars> </$list> Best wishes, Tobias. -- 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 post to this group, send email to [email protected]. 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/77f87d0c-e5dc-46ab-a5b7-0478ef334532%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

