I am anyhow wondering why tiddlywiki does not have a better printing-support, which is mainly export-to-pdf in these days, built in.
I often need to send tiddlers to others by email. My current way is, as I wrote, saving the tiddler as html, opening it separately and then printing it as pdf. Does anyone have quicker solution? Best regards Axel [email protected] schrieb am Freitag, 29. Januar 2021 um 13:20:29 UTC+1: > > I have the same problem that the Tools-symbol is not there anymore in > newer tiddlywiki-versions. > > Sorry for only writing a 'me too' here and not a solution, but a decent > and quick printing of tiddlers is very important to me. > > My workaround is saving the tiddler, opening it separately and then > printing it. > Are there other, quick solutions? > > Best regards > Axel > [email protected] schrieb am Mittwoch, 27. Januar 2021 um 12:30:30 > UTC+1: > >> 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/2faa9564-526a-443c-b370-4d1446f66328n%40googlegroups.com.

