A really neat and useful method that hadn't occurred to me, before this.
Thanks for sharing!
On Wednesday, June 27, 2012 12:02:47 AM UTC-4, Eric Shulman wrote:
>
>
> Add the following CSS to your StyleSheet:
> .work { display:none; }
> div[tags~="work"].tiddler .work { display:inline; }
> .personal { display:none; }
> div[tags~="personal"].tiddler .personal { display:inline; }
> Next, in your tiddler content, write something like this:
> {{work{this is work content}}}
> {{personal{this is personal content}}}
> and tag the tiddler with either "work" or "personal" (or neither or
> both!). By default, the CSS-wrapped content is hidden, and will only
> be displayed if the tiddler is tagged with the corresponding tag
> value. QED.
>
> enjoy,
> -e
>
>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/tiddlywiki/-/tfWjLsUE9AEJ.
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.