Hacker News new | ask | show | jobs
by tastefulwords 5515 days ago
The problem, in the steps you said you followed, is the "Print Preview" step. File >> Print Preview will show you a preview of how the entire current page will look like, when printed -- but that's actually not what you want to print.

What you want to print is only contents of Readable's overlay. To that end, please use the Print link, shown in the menu at the bottom of the overlay -- unfortunately, there is no "Print Preview" available.

The technical explanation for this is that Readable's overlay is actually an IFrame -- and browsers support printing the iframe contents as if the iframe were a window onto itself; but they will print the iframe as an element in the main page, when you're printing that instead.

1 comments

Wow.

Well, you're right. "Print" works fine.

Three suggestions for you:

(1) Make the "Print" link easier to get at. Not just 'way down at the bottom of the page. Maybe put one with the "Close" link at the upper-right?

(2) Change the text of the "Close" links. I'm not sure what they should say; but "Close" doesn't really convey the right idea. What it actually does, from the user's POV, is not closing, but rather returning to the original styling.

(3) Maybe figure out how to make Readable work with Firefox's Print Preview. (I realize that FF's behavior isn't your fault, but it would still be nifty if it worked.)

Thanks again for all your work.

Readable's interface is due for a slight overhaul. But I haven't yet decided what the new design is going to be. I will take your suggestions into consideration, though.

As for the work: you are most welcome.