Skip to content

BurningTreeC/tiddlywiki-printriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

tiddlywiki-printriver

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

Installation

The Drag&Drop way:

  • Go to the plugin page
  • Drag the plugin box from the "Installation" tiddler to your wiki

The NodeJs way:

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"
	]