Hello, any ideas to
- fix missing Tools-symbol? - overrule fontsize (defined in $:/ControlPanel / Theme Tweaks) when printing? If not - are there other print plugins available? Thanks Stefan 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/3a7f0576-e0ed-4895-af54-55455b2a63f4n%40googlegroups.com.

