If you transclude data like: <<tiddler Prinivil>> from an other
tiddler, in your usecase, I'd make it visible, to the reader.
eg:
[[TiddlerName]] contains
<<tiddler Prinivil "markBlue">>
In your StyleSheet tiddler add:
.markBlue {
border: 1px dotted blue;
display: block;
}
So it is more visible to the reader.
======== or
[[TiddlerName]] contains
Some text about trade name ...
<<slider chkTiddlerName Prinivil "Data from drugName ... " "Data from
drugName ... ">>
Which is much more work. But makes it clear.
have fun!
mario
--
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.