]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/Print_link.mdwn
web commit by JoshTriplett: Unindent my comment and reply to the right level, and...
[ikiwiki.git] / doc / todo / Print_link.mdwn
index ee5765ced3102d0972e7cdcf80be273730c28523..f842ec42b5d0da911483374f9c911a689eca57a3 100644 (file)
@@ -53,4 +53,13 @@ for all ikiwiki pages. --Pawel
 >>>> ikiwiki plugins.
 
 >>>> BTW, I also was thinkig about plugin to CVS support,
->>>> but unfortunately I don't have too much free time. --Pawel
\ No newline at end of file
+>>>> but unfortunately I don't have too much free time. --Pawel
+
+>> You don't need a stylesheet-switching UI or a printer-friendly
+>> version; just link to a stylesheet with `media="print"`. --[[JoshTriplett]]
+
+>>> Example? --[[Joey]]
+
+>>>> I used `meta` to add a `media="print"` stylesheet to the [[sandbox]].  In print or
+>>>> print preview (on browsers supporting data URIs), you should no longer
+>>>> see the search form. --[[JoshTriplett]]