Tiddly2PDF Release

I’m glad it’s useful. The features you suggest would be quite useful. For now until there is official support, you could use the styling system to override the default styles and change the font size.

This is another case where you would use the styling system.

Love this plugin, thank you! It works well for individual tiddlers (I see the PDF icon for each tiddler), but for some reason, the icon in the sidebar generates en empty PDF (2 pages, with the “Table of Contents” title and then a second blank page). Any clue as to what I’m doing wrong? Thanks!

If you go into options > settings > Tiddly2PDF settings you can find a filter that controls what tiddlers are added to the PDF.

Aaah got it, thank you. I now see in the settings that you have by default all the tiddlers with the tag “pdf”. Do you know what would be the filter to use for all open tiddlers, if there’s one? Thanks again.

All open tiddlers are recorded in the $:/StoryList tiddler, and a fieldname, just check what it is, list, I think.
Off to bed (late)

Excellent, this worked, thank you very much!

It was indeed:

[list[$:/StoryList]] -$:/AdvancedSearch

Wishing you a good night!

Does plugin works with KaTeX plugin? I could not print!
I tried Tiddly2PDF with Problem Deck Plugin 0.5.0 — create and use collection of problem-solving questions

and it seems it also does not work with tiddlers created by viewtemplates.

The PDF backend I use does not support some HTML, thus making it not render properly. This could theoretically be solved by converting that html to a canvas or image, but I have not taken the time to create such a converter.

I don’t actually use this package right now, but I am willing to contribute some bugfixes or feature requests.

Just curious, since you don’t use it any longer, do you no longer have a need to output tiddlers to PDF, or have you found another alternative to your plugin?

I needed the PDF documents for a very specific use that I no longer have.

Gotcha! Was thinking I might be missing something new lol