> Transcluded tiddlers are rendered inside a span like this:
> ...
> Therefore, at least on modern browsers, it ought to be possible to at
> least add a dotted border around all transcluded text:
>
> span[refresh="content"] {
> border: 1px dotted red;
Is it possible to hijack the <<tiddler...>> core macro and wrap
@@border: 1px dotted red;...rendered content...@@ around it?
I haven't tried it but the next best solution might be a new
transclusion tiddler, borderedTiddler, with:
@@border: 1px dotted red;<<tiddler $1>>@@
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.