https://github.com/burningtreec/tiddlywiki-printriver
A plugin for printing tiddlers
https://github.com/burningtreec/tiddlywiki-printriver
Last synced: 3 months ago
JSON representation
A plugin for printing tiddlers
- Host: GitHub
- URL: https://github.com/burningtreec/tiddlywiki-printriver
- Owner: BurningTreeC
- Created: 2021-06-04T14:53:22.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-17T08:52:45.000Z (over 1 year ago)
- Last Synced: 2025-04-10T00:54:37.539Z (about 1 year ago)
- Homepage: https://burningtreec.github.io/tiddlywiki-printriver/
- Size: 999 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tiddlywiki-printriver
This plugin adds a Print River to [TiddlyWiki5](https://tiddlywiki.com)
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](https://burningtreec.github.io/tiddlywiki-printriver/)
- Drag the plugin box from the "Installation" tiddler to your wiki
## The NodeJs way:
- Clone this repository to your [TIDDLYWIKI_PLUGIN_PATH](https://tiddlywiki.com/#Environment%20Variables%20on%20Node.js)
```
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"
]
```