For tiddlers where the color field is set — how could I get that value on a per-tiddler basis and style .tc-title so that my tiddler titles match the tiddler color?
I was hoping to do it purely with a stylesheet tiddler, but it looks like I may need to tinker with $:/core/ui/ViewTemplate/title also. I can see that tiddler changes the color of SVG icons by wrapping them in a span with a fill property — but given all the text styling, it’s a little trickier (at least for me) to style the text transclusion itself.
Anyone done this before?


This is one of a couple of things I’ve tried to reverse-engineer from your beautiful plugin in an effort to improve my own wikis and my understanding of how they work.