Modify ↓
#1126 closed enhancement (worksforme)
Printer friendly version of wiki page
Reported by: | Owned by: | anybody | |
---|---|---|---|
Priority: | normal | Component: | Request-a-Hack |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
Create additional handler that would allow to render Wiki page as standalone page (without headers, navigation, bottom buttons and footers) ready for printout.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
This is already implemented in Trac core using
@media print
selectors. Use your browsers print preview facilities to see it in action.