Hmm not sure, I usually hide that one completely by untagging $:/tags/ViewTemplate from that tiddler ($:/core/ui/ViewTemplate/subtitle).
On Thu, Oct 16, 2014 at 10:19 AM, Michael <[email protected]> wrote: > Great, works now! What about the modification date? What would I need to > put into the CSS to hide that one as well at print? > > Best regards, > Michael > > > On Thursday, October 16, 2014 4:57:00 PM UTC+2, David Gifford wrote: >> >> Try >> >> >> @media print {.tc-tags-wrapper {display: none ! important;}} >> >> >> >> On Thu, Oct 16, 2014 at 9:53 AM, Michael <[email protected]> >> wrote: >> >>> I am actually trying to achieve a similar thing: >>> >>> 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. >>> >>> And what would be the CSS class required to hide the tiddler >>> modification date for print? >>> >>> Thanks a lot, >>> Michael >>> >>> On Saturday, August 30, 2014 3:03:00 PM UTC+2, Andreas Hahn wrote: >>>> >>>> Hi David, >>>> >>>> yes that does not work, you are hiding #tw-tags-wrapper when instead it >>>> should be .tw-tags-wrapper: >>>> >>>> @media print {.tw-tags-wrapper {display: none;}} >>>> >>>> When I try it with that, it works. >>>> >>>> /Andreas >>>> >>>> >>>> Am 30.08.2014 14:50, schrieb David Gifford: >>>> >>>> Thanks, Andreas, but your solutions eliminate the tags from viewing >>>> in the TW. I want the tags to appear in the TW. I just don't want them to >>>> print. >>>> >>>> I tried >>>> >>>> @media print {#tw-tags-wrapper {display: none ! important;}} >>>> >>>> but that didn't work. >>>> >>>> >>>> On Sat, Aug 30, 2014 at 7:29 AM, Andreas Hahn <[email protected]> >>>> wrote: >>>> >>>>> Hi David, >>>>> >>>>> either remove the $:/tags/ViewTemplate tag from >>>>> $:/core/ui/ViewTemplate/tags or hide the tags wrapper: >>>>> >>>>> .tw-tags-wrapper { >>>>> display: none; >>>>> } >>>>> >>>>> /Andreas >>>>> >>>>> Am 30.08.2014 13:52, schrieb David Gifford: >>>>> >>>>> Hi all >>>>> >>>>> What would be the appropriate CSS to avoid printing ViewTemplate/tags? >>>>> -- >>>>> 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. >>>>> >>>>> >>>>> -- >>>>> You received this message because you are subscribed to a topic in the >>>>> Google Groups "TiddlyWiki" group. >>>>> To unsubscribe from this topic, visit https://groups.google.com/d/to >>>>> pic/tiddlywiki/ak-ADjDkBgo/unsubscribe. >>>>> To unsubscribe from this group and all its topics, 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. >>>>> >>>> >>>> >>>> >>>> -- >>>> David Gifford >>>> Christian Reformed World Missions, Mexico City >>>> -- >>>> 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. >>>> >>>> >>>> -- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "TiddlyWiki" group. >>> To unsubscribe from this topic, visit https://groups.google.com/d/ >>> topic/tiddlywiki/ak-ADjDkBgo/unsubscribe. >>> To unsubscribe from this group and all its topics, 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. >>> >> >> >> >> -- >> David Gifford >> Christian Reformed World Missions, Mexico City >> > -- > You received this message because you are subscribed to a topic in the > Google Groups "TiddlyWiki" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/tiddlywiki/ak-ADjDkBgo/unsubscribe. > To unsubscribe from this group and all its topics, 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. > -- David Gifford Christian Reformed World Missions, Mexico City -- 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.

