sorry - previous post ad 2.) was not correct --> corrected to 

.tc-print-tiddler-list-view .tc-tiddler-frame .tc-tiddler-body table { 
font-size: 8px !important; 
line-height: 10px !important;
} 

--> font-size didn't change in printout...
Stefan Schlechter schrieb am Dienstag, 26. Jänner 2021 um 09:10:41 UTC+1:

> Hello,
>
> I've installed the PrintRiver plugin (v 0.1.0) from 
> http://printriver.tiddlyspot.com/ to my Wiki and also to a fresh and 
> empty one. On both is the same issue:
> 1.) The [image: button.png] in the top yellow toolbar is not there
> 2.) font-size for print uses the Wiki 'Theme Tweaks' values.
> (my 'Font-size tiddler body' and 'Line height' is 22px)
> --> this is too big for printing...
>
> --> changed in '$:/plugins/BurningTreeC/PrintRiver/Stylesheet/print':
> ...
> <!-- orig
> .tc-print-tiddler-list-view .tc-tiddler-frame .tc-tiddler-body table {
>     font-size: {{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}};
>     line-height: {{$:/themes/tiddlywiki/vanilla/metrics/bodylineheight}};
> } -->
> .tc-print-tiddler-list-view .tc-tiddler-frame .tc-tiddler-body table { 
> font-size: 8px; !important; 
> line-height: 10px; !important;
> } 
> ...
> --> changes have no affect to printout - what's wrong?
>
> Thanks for feedback
> Stefan
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9d2bbf75-800b-476d-999b-82812fef512cn%40googlegroups.com.

Reply via email to