This plugin adds a Print River to TiddlyWiki5
Tiddlers can be opened in a dedicated new window
Titles, subtitles and tags can be shown or hidden
Various alignments and reordering can be done before printing
Finally, there's a print button to print the resulting window
- Go to the plugin page
- Drag the plugin box from the "Installation" tiddler to your wiki
- Clone this repository to your TIDDLYWIKI_PLUGIN_PATH
git clone --depth=1 git@github.com:BurningTreeC/tiddlywiki-printriver.git $TIDDLYWIKI_PLUGIN_PATH
- Enable the plugin in your wiki's tiddlywiki.info file
"plugins": [
"plugins/first-plugin",
"plugins/second-plugin",
"tiddlywiki-printriver/printriver"
]