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]
> <javascript:>> 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] <javascript:>.
>> To post to this group, send email to [email protected]
>> <javascript:>.
>> 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] <javascript:>.
>> To post to this group, send email to [email protected]
>> <javascript:>.
>> 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] <javascript:>.
> To post to this group, send email to [email protected]
> <javascript:>.
> 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 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.