On Thursday, October 16, 2014 7:53:24 AM UTC-7, Michael wrote:
>
> I would like to print tiddlers without the tags and without the
> modification date (and the modyfier, but I currently do not use a name
> here).
> I tried to put
> @media print {.tw-tags-wrapper {display: none;}}
> in my custom stylesheet tiddler (tagged $:/tags/Stylesheet), but that
> alone does not seem to be sufficient. Firefox still prints the tags.
>
The "tw-" prefix is no longer used on CSS classnames defined by the TW
core. Instead, the classnames begin with "tc-" (TiddlyWiki Class). Thus,
try:
@media print {.tc-tags-wrapper {display: none;}}
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
YOUR DONATIONS ARE VERY IMPORTANT!
HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...
http://TiddlyTools.github.com/fundraising.html#MakeADonation
Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
http://www.TiddlyTools.com/#Contact
--
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.