This is a set of scripts for printing a TaskPaper document onto a letter-sized sheet of paper that will then be cut down to 6x8 for inserting into a "Junior size" Circa/Rolla planner. The tasks are laid out in a nice two-column format with enough room on the right edge for binding.
You print this by running the "Planner print" AppleScript. There are lots of ways to do this. You run it from the global Script menu; or you can run it through third-party systems like FastScripts, LaunchBar, Keyboard Maestro, Alfred, or others that I can't think of right now.
In addition to the scripts in this repository, you'll need:
- A Markdown processor. I use Fletcher Penney's MultiMarkdown.
- The
ps2pdf
utility that comes with Ghostscript.
Before running the install.sh
script, you'll need to:
- Edit
tp2html
to set the path to your Markdown processor. - Edit
html2planner
to set the path tops2pdf
.
Depending on your workflow, you may also want to edit html2planner
to have it send the generated document to go straight to the printer instead of Preview. The comments in html2planner
will tell you how to do that.