Hacker News new | ask | show | jobs
by jedberg 2165 days ago
A lot of people don't seem to like to use the web for what it was invented for -- hyperlinking. The beauty of writing an article online is that if there is something that requires a lot of background, you can give a one sentence summary and then link to a whole page with details if the person needs that.
1 comments

And then that page will have a 50% chance of being unavailable after a year. I usually link to (creating, if necessary) a Wayback snapshot of any page instead.
Rather than linking to another page, you can link elsewhere within the same page, using fragment URI-refs. Write your asides as long footnotes, and then link to the footnotes.

(Or, go further, and split your article into a set of related articles all on the same page, with one “main” article and then several “supporting” articles that you can read or ignore. A non-editable Tiddlywiki, basically.)

(Or you could go even further and make your article into a Twine game. But that’s just getting silly.)

https://developer.mozilla.org/docs/Web/HTML/Element/aside

Consider using this mark-up and displaying the document portion in the margin, or as a float inset into the article. Footnotes inhibit the flow of reading because they require navigating away from where the reader's eyes were.