Remix.run Logo
Brajeshwar 2 days ago

It has been a while (I think ever since Safari introduced Reader Mode), and I do almost all my reading on websites in Reader Mode. For some websites, I have set to “Use Reader Mode when Available,” such as that of paulgraham.com, daringfireball.net, and quite a few others with horrible Typography.

uxcolumbo 2 days ago | parent | next [-]

Same here. Even this article wasn't that comfortable to read, so had to use Reader Mode.

I don't understand though why reader mode is not always available. The text is there.

swiftcoder 2 days ago | parent [-]

> I don't understand though why reader mode is not always available. The text is there.

Mostly because we don't have any standard markup to say "this is the content". Which means reader mode has to guess which tags contain the content, and this whole thing boils down to a pair of regexps[1]

[1]: https://github.com/mozilla/readability/blob/08be6b4bdb204dd3...

Liftyee 2 days ago | parent | prev [-]

Guess I'll make this a habit and find a similar auto-Reader-Mode feature in Firefox. I like my cursor just the way it is.