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/4f6314d8-cd6d-4cce-82bb-85542f3618cen%40googlegroups.com.