[MTOS-dev] "Print this Page" plugin

Su hamletcomplex at gmail.com
Wed Feb 27 10:10:41 PST 2008


[Snapping off topics. This is completely unmanageable under a single heading]


On Wed, Feb 27, 2008 at 11:40 AM, Dave Morgan <dave at 1001111.com> wrote:
> If there is not a "Print this Page" plugin

Define what this means to you?

At one level, this requires nothing more than a print stylesheet, and
if you feel it, a link triggering window.print(), requiring no plugin
unless you want to provide a convenience tag producing that JS link.
Or, you could produce an alternate "print version" of a document,
which only calls for a new template an a minor edit here and there to
link, still no plugin.
If you want to get really fancy, I've seen tricks that will use JS to
modify the DOM before the print event, letting you make more
significant changes to the page structure than a simple stylesheet.
On the actual plugin end of things, there's the HP Blog Printing one:
http://plugins.movabletype.org/hp-blog-printing/
which may be of interest, though it uses an external service, which
you can figure out from scanning the source.


More information about the MTOS-dev mailing list