You're just replying to my second proposal.

Try the first one like so:

Change $:/core/ui/ViewTemplate/body to look like below

\define classes()
body $(theTags)$
\end

<$set name="theTags" value={{!!tags}}>

<div class=<<classes>>>

<$transclude>

<$transclude tiddler="$:/language/MissingTiddler/Hint"/>

</$transclude>

</div>

</$set>

That will set ALL tags as classes, but beware: Tags with spaces will result 
in unwanted classnames. "test tag" will set "body [[test tag]]" as 
classnames which will, for sure, not be what you want.

Anyhow: Keeping that in mind you'll get a div.body.yourtag around the 
tiddler's body.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to