Using the
tc-tagged-<tagname> technique you can style tiddlers individually.
But how do I set an image that I have as a tiddler, e.g
Motovun Jack.svg, to be the background in some other tiddler?
The doc link above gives example:
background-image: url(./tardis_back.svg);
but this path is not relevant in this case and merely writing the name of the image tiddler does not work.
Assuming image tiddlers that are local (and work, i.e you do see the image), is there a difference in the above syntax depending on file types (png, svg...)
<:-)