HACKER Q&A
📣 ch33zer

Anyone highlight text as they read?


I don't know what it is but when I read things on a screen I tend to click and drag, highlighting the text that I'm reading, or double clicking the paragraph to select all of it. Anyone else do this?


  👤 Someone1234 Accepted Answer ✓
I do.

Except on sites like Medium where if you click anything it highjacks the selection and gives you a bunch of nonsense. For example this article on the front page right now:

https://medium.com/enzymit-log/why-enzymit-decided-to-build-...

Try selecting text.


👤 emersauce
I will highlight once in a while, but only a particular sentence or phrase that I want to sit back and focus on for a moment.

Another quirk I've noticed is that I always scroll more than necessary while reading. It feels odd to have the text I've just read sitting at the top of the screen, so I scroll down to get it out of my view. Maybe it's an ergonomic preference; it feels better to look at the top of the screen rather of the lower half (I work on a laptop with no stand). Whenever I am sharing focus on a screen with someone and I notice they are reading all of the visible text on the screen before scrolling, I realize how particular my habit is.


👤 MiddleEndian
Yes. I usually triple click to select the line/paragraph I'm on. If some site fucks with that setting, I try to disable most of their javascript with the "Absolute Enable Right Click And Copy" add-on's "Absolute Mode" and if that doesn't work I close the site.

👤 gnicholas
This is common among people with ADHD or visual tracking issues. Highlighting text helps focus your attention, and it provides a visual guide as you move between adjacent lines.

If you find highlighting to be useful, check out BeeLine Reader. [1] It offers a similar benefit, and also improves reading speed for many people. Disclosure: I am the creator (and am happy to give an extended free pass to any HNers who reach out!).

1: https://www.beelinereader.com


👤 gwern
Earlier HN poll: https://news.ycombinator.com/item?id=4839436

I had no idea so many people did this, as I can't imagine wasting the time mousing around like that; so you can imagine how surprised I was at the first bug reports on gwern.net from people having problems with highlights (from the link-underlining using drop shadows, usually). "I'm amazed you noticed such a subtle bug! ...you what"


👤 joshstrange
I don't highlight in real time what I'm reading but I use it as a bookmark if I need to take my eyes away from the screen or step away from my computer. I also sometimes highlight as I go in a long article proactively so if I need to look away I've "saved my spot". I hate when sites pop up a share UI or similar when I highlight, I never want to do that and if I do want to share I'll just copy/paste it, not use your "tools".

👤 syntheticcdo
Yes, I triple click constantly to keep track of where I am at.

Also, I'll scroll up the paragraph I am currently reading to the top of the browser window, which gets really annoying with some sites sticky header implementation where the smallest upward scroll causes the header to re-appear and cover the exact text I am trying to focus on.


👤 throw_away
I am a highlight reader. Going through this thread, I thought it would be nice to automate it, as it's a triple-click to highlight a paragraph in safari.

What if instead, it was just on hover? I'd like to opt into this for just pages with long text, and so I created a bookmarklet.

Using this page:

https://mcdlr.com/css-inject/

I added this naive css:

  p:hover {
    background-color: Highlight;
  }
It works ok, if any fellow highlight readers want to give it a try, but does anyone with any sort of css-fu know how to make it more robust? I tried adding other tag:hovers, but nesting quickly makes this weird. Is there a way to select parents of text nodes?

👤 tomazio
I do it all the time and have been doing it as long as I can remember. I couldn't tell you why, but as others have pointed out it annoys the crap out of people when they're trying to read with me.

👤 ldenoue
Yea and I use my tool Yawas Highlighter to highlight web pages on my browser or iOS https://www.appblit.com/yawas

👤 midasz
Yeah I always tripple click things I read, always have. Drove a coworker of mine nuts because he just hears clickerclickclick all the time. I just do it mindlessly. I think it helps me focus? I tried to abstain from it for the sake of the coworker but it was really hard to focus.

Edit: This is also why I don't read articles on medium. Before I know it I've shared half a sentence or a word to twitter or some shit.


👤 mostertoaster
Yes. All the time. My co workers probably find me maddening in a collaborative google doc.

👤 wara23arish
I do the same thing. It annoys the hell out of people if they’re reading with me.

Funny enough tho, I hate highlighting actual paper text, i never understood the point of that


👤 betterburnout
I regularly underline in the books I read, with ruler and pencil. When it comes to instructions and rules, I underline and highlight.

Sorry for this question. Is it possible to highlight a part of a text somewhere in a web page, copy it, paste it somewhere else in a word processor as a quote/hyperlink and when you click on it you end up exactly where the quote is on the web page ?


👤 huydotnet
I have the same habit too and went as far as making a highlighter for myself to use [1]. (Sorry for the shameless plug)

[1]: https://github.com/huytd/highl.it


👤 pyxelr
I do it, but only for annotating text, and then recalling it (sometimes by tags) on my Hypothesis profile: https://hypothes.is/users/pyxelr

👤 jarenmf
I do it all the time or just move the page slightly if I'm reading a PDF. Don't know why but some who it helps makes reading quicker

👤 saperyton
Relevant xkcd: https://xkcd.com/1271/

👤 Pyrodogg
Yep, very much.

I think it's a fidget of sorts, to generate stimulation. I guess in order to help stay focused reading blocks of text. If I'm not randomly selecting bits as I read I might be reading it aloud. Otherwise I might loose my focus, resulting in rereading bits more than I need to, or just falling off finishing it.


👤 Froedlich
I have to, in many cases. Too many sites blazing white, like staring into a monitor-sized car headlight, with faint spidery gray text unresolvable among the glare.

This used to be taught as "good UI design." I disagree strongly...


👤 joeman1000
Yes, but I prefer hl-line-mode in emacs or some other ‘moving ruler’. The pdf reader Sioyek has one and it works really well. I sometimes have trouble skipping lines when I look for the next one, so a visual guide helps.

👤 sc00ty
Yup, all the time. Recently I've been using reader mode in Edge and it has a "line focus" which highlights 1, 3, or 5 lines as you scroll. I'm finding works just as well for me, but I still highlight outside of that.

👤 FridayoLeary
I fidget with the trackpad the entire time. On chrome this does nothing except scroll and highlight. When i try it on edge the whole page moves for no reason (use it and see what i mean) which is the main reason i prefer Chrome.

👤 usr1106
I don't. But I find reading longer, complicated texts on a vertical screen tiring and not good for understanding it. Reading books or somewhat surprisingly also on my small mobile phone feels just better.

👤 nmonsey
Sometimes when I use multiple monitors and have several windows open, I select text so I don't lose my place when reading. I wish the colors of the letters would not change color when selected.

👤 leach
I've never actually thought to do this but its kind of genius.

👤 poyu
Yes!! And I use it with three finger drag on the Mac trackpad

👤 widdershins
Yep. I constantly highlight and unhighlight paragraphs by triple-clicking as I read them. No idea why, it's something of a 'tick'.

👤 labarilem
I do it, usually when I'm focused and really trying to understand the text. Don't know when I started, feels like it's always been like this.

👤 sddat
Out of context but reminds me of the painfully missing feature in outlook to highlight key information . How can this feature be not there ?

👤 riidom
I do that sometimes when my DarkReader-extension is giving me bad colors. Ctrl-A for the most lazy contrast quick fix I could think of :)

👤 cc101
I made a mac tool to do this for both web pages and files. Every time I mention it's name on HN, my account gets deleted. Sigh!

👤 derevaunseraun
Yeah it's really satisfying. Even though I'll never refer to it later on. I think it helps with memorizing key points

👤 scionthefly
I literally did that as I was scrolling my eyes down and read your post. So...stop watching me, creep.

👤 taubek
I do that sometimes. If a sentence is hard to understand then I select it. And read it few times.

👤 dusted
yes, I do, sometimes continually "dragging drown" from the line I am currently on, there's not much system in it, but it keeps me focused on the text. Maybe it's a kind of fidgeting.

👤 gozzoo
Can someone recomend a good Chrome plugin for highlighting web content?

👤 jdrc
i use it as a way to mark my current position.

I also highlight the middle part of a paragraph so it looks a bit like a striped background. That makes it more readable for me


👤 visox
I do often select text to nôt to lose my progres

👤 mattl
I don’t but I know plenty of people who do.

👤 the_common_man
Yes, we are called selection readers

👤 sebmellen
Triple click.

👤 greenie_beans
Yes! All the damn time

👤 bell-cot
Definitely. Especially if the text has too low of contrast in the browser, and highlighting makes it easier on my old eyeballs.

(Or, as xkcd suggests, sometimes as an idle sort of finger-twiddling.)


👤 topher200
Constantly