muflax comments on Official Less Wrong Redesign: Call for Suggestions - Less Wrong

20 Post author: Louie 20 April 2011 05:56PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (565)

You are viewing a single comment's thread.

Comment author: [deleted] 20 April 2011 07:24:52PM 17 points [-]

Some way to handle extensive footnotes, as luke noted. I'm fine with making them collapsible (and probably collapsed by default).

Comment author: gwern 20 April 2011 08:02:50PM 1 point [-]

I recently added some nifty JS to my own site to deal with extensive footnotes by floating them when the mouse hovers on a footnote link; eg. the footnotes in my Terrorism is not about Terror essay.

Of course, this Jquery stuff requires the footnotes to be actual hyperlinks to footnotes, which is a Pandoc Markdown extension, so this may not be a very practical suggestion, but would go well with a hidden/collapsed footnote/reference section.

Comment author: [deleted] 20 April 2011 08:26:53PM 0 points [-]

Neat, but not very keyboard-friendly and a bit fickle for long footnotes.

I kinda like to think of footnotes as parallel text and use them that way myself, but I haven't yet seen a decent way to implement this. Platypope (link to random article to demonstrate it) embeds them into the sidebar, which kinda works, but again has length constraints.

Comment author: Alicorn 20 April 2011 08:41:59PM *  0 points [-]

Oh man, I need to figure out how Platypope is doing that so I can steal the code. (Mouseover notes serve a comparable purpose.)

Comment author: gwern 20 April 2011 08:37:40PM 0 points [-]

Neat, but not very keyboard-friendly

It's no less friendly than it was without that JS; it's 'progressive enhancement' which builds on the existing textual hyperlinks, which means it ought to render fine (like before) in text browsers (like ELinks, which I use from time to time).

Platypope (link to random article to demonstrate it) embeds them into the sidebar, which kinda works, but again has length constraints.

Mm, not fond of using that much horizontal space. Wouldn't work on LW because we are already using that sidebar for a ton of stuff. Might be able to fit it on the left though.